Map each header in the nest of L to its loop in LoopHeaders.
Declared in <llvm/Support/GenericLoopInfoImpl.h>
template<
class BlockT,
class LoopT>
void
addInnerLoopsToHeadersMap(
DenseMap<BlockT*, LoopT const*>& LoopHeaders,
LoopInfoBase<BlockT, LoopT> const& LI,
LoopT const& L);
| Name | Description |
|---|---|
| LoopHeaders | Map from loop header block to the corresponding loop. |
| LI | Loop info that owns the nest (unused; kept for call-site context). |
| L | Root of the loop nest to record. |