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.cpp281 Loop *OuterLoop; member in __anon815ea8750211::LoopInterchangeLegality
321 Loop *OuterLoop; member in __anon815ea8750211::LoopInterchangeProfitability
350 Loop *OuterLoop; member in __anon815ea8750211::LoopInterchangeTransform
547 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
884 static bool areOuterLoopExitPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areOuterLoopExitPHIsSupported()
917 static bool areInnerLoopLatchPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areInnerLoopLatchPHIsSupported()
1154 const Loop *InnerLoop, const Loop *OuterLoop, unsigned InnerLoopId, in isProfitable()
1196 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.cpp384 if (Loop *OuterLoop = LI.getLoopFor(Preheader)) { in handleDeadExits() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp160 static bool doesContainLoop(const Loop *L, const Loop *OuterLoop) { in doesContainLoop()
H A DLoopVectorize.cpp1833 Loop *OuterLoop = nullptr; member in __anon71de2b2d0611::GeneratedRTChecks
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1830 const Loop *OuterLoop = TheLoop->getParentLoop(); in expandBounds() local