Home
last modified time | relevance | path

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

/freebsd-14.2/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()
652 void IrreducibleGraph::addNodesInLoop(const BFIBase::LoopData &OuterLoop) { in addNodesInLoop()
674 const BFIBase::LoopData *OuterLoop) { in addEdge()
775 LoopData *OuterLoop, std::list<LoopData>::iterator Insert, in createIrreducibleLoop()
797 const IrreducibleGraph &G, LoopData *OuterLoop, in analyzeIrreducible()
816 BlockFrequencyInfoImplBase::updateLoopWithIrreducible(LoopData &OuterLoop) { in updateLoopWithIrreducible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp281 Loop *OuterLoop; member in __anon44f7b5eb0211::LoopInterchangeLegality
321 Loop *OuterLoop; member in __anon44f7b5eb0211::LoopInterchangeProfitability
350 Loop *OuterLoop; member in __anon44f7b5eb0211::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.cpp110 Loop *OuterLoop = nullptr; // The loop pair to be flattened. member
962 auto *OuterLoop = InnerLoop->getParentLoop(); in run() local
H A DLoopSimplifyCFG.cpp385 if (Loop *OuterLoop = LI.getLoopFor(Preheader)) { in handleDeadExits() local
/freebsd-14.2/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.cpp1960 Loop *OuterLoop = nullptr; member in __anona898e7630711::GeneratedRTChecks
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1685 const Loop *OuterLoop = TheLoop->getParentLoop(); in expandBounds() local