Home
last modified time | relevance | path

Searched defs:OuterLoop (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp52 static CmpInst *getOuterLoopLatchCmp(const Loop &OuterLoop) { in getOuterLoopLatchCmp()
103 bool LoopNest::arePerfectlyNested(const Loop &OuterLoop, const Loop &InnerLoop, in arePerfectlyNested()
110 const Loop &OuterLoop, const Loop &InnerLoop, ScalarEvolution &SE) { in analyzeLoopNestForPerfectNest()
182 const Loop &OuterLoop, const Loop &InnerLoop, ScalarEvolution &SE) { in getInterveningInstructions()
315 static bool checkLoopsStructure(const Loop &OuterLoop, const Loop &InnerLoop, in checkLoopsStructure()
H A DBlockFrequencyInfoImpl.cpp313 const LoopData *OuterLoop, in addToDist()
375 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
448 LoopData *OuterLoop, in distributeMass()
637 void IrreducibleGraph::addNodesInLoop(const BFIBase::LoopData &OuterLoop) { in addNodesInLoop()
659 const BFIBase::LoopData *OuterLoop) { in addEdge()
760 LoopData *OuterLoop, std::list<LoopData>::iterator Insert, in createIrreducibleLoop()
782 const IrreducibleGraph &G, LoopData *OuterLoop, in analyzeIrreducible()
801 BlockFrequencyInfoImplBase::updateLoopWithIrreducible(LoopData &OuterLoop) { in updateLoopWithIrreducible()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp317 Loop *OuterLoop = LoopList.front(); in hasSupportedLoopDepth() local
398 Loop *OuterLoop; member in __anon815ea8750411::LoopInterchangeLegality
466 Loop *OuterLoop; member in __anon815ea8750411::LoopInterchangeProfitability
495 Loop *OuterLoop; member in __anon815ea8750411::LoopInterchangeTransform
600 Loop *OuterLoop = LoopList[OuterLoopId]; in processLoop() local
651 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
1049 static bool areOuterLoopExitPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areOuterLoopExitPHIsSupported()
1082 static bool areInnerLoopLatchPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areInnerLoopLatchPHIsSupported()
1357 const Loop *InnerLoop, const Loop *OuterLoop, unsigned InnerLoopId, in isProfitable()
1414 void LoopInterchangeTransform::removeChildLoop(Loop *OuterLoop, in removeChildLoop()
H A DLoopFlatten.cpp115 Loop *OuterLoop = nullptr; // The loop pair to be flattened. member
1014 auto *OuterLoop = InnerLoop->getParentLoop(); in run() local
H A DLoopSimplifyCFG.cpp398 if (Loop *OuterLoop = LI.getLoopFor(Preheader)) { in handleDeadExits() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1228 auto OuterLoop = LI->AllocateLoop(); in expandFindFirstByte() local
H A DLoopVectorize.cpp1773 Loop *OuterLoop = nullptr; member in __anon71de2b2d0511::GeneratedRTChecks
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1897 const Loop *OuterLoop = TheLoop->getParentLoop(); in expandBounds() local