Home
last modified time | relevance | path

Searched refs:getExitBlocks (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h61 void LoopBase<BlockT, LoopT>::getExitBlocks( in getExitBlocks() function
74 getExitBlocks(ExitBlocks); in hasNoExitBlocks()
84 getExitBlocks(ExitBlocks); in getExitBlock()
292 getExitBlocks(ExitBBs); in verifyLoop()
H A DLoopInfo.h297 void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp103 L->getExitBlocks(LoopExitBlocks[L]); in formLCSSAForInstructions()
348 L.getExitBlocks(ExitBlocks); in formLCSSA()
H A DLoopUnroll.cpp308 L->getExitBlocks(ExitBlocks); in UnrollLoop()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFG.cpp196 Outer->getExitBlocks(Worklist); in isPotentiallyReachableFromMany()
H A DSyncDependenceAnalysis.cpp402 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
H A DLoopInfo.cpp1002 L.getExitBlocks(ExitBlocks); in printLoop()
H A DBranchProbabilityInfo.cpp367 LB.getLoop()->getExitBlocks(Exits); in getLoopExitBlocks()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp201 TLL->getExitBlocks(ExitBlocks); in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h129 void getExitBlocks(SmallVectorImpl<BlockT *> &TmpStorage) const;
H A DGenericCycleImpl.h47 void GenericCycle<ContextT>::getExitBlocks( in getExitBlocks() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp151 ML.getExitBlocks(ExitBlocks); in ProcessLoop()
1028 ML.getExitBlocks(ExitBlocks); in ValidateLiveOuts()
1180 ML->getExitBlocks(Frontier); in ValidateMVEStore()
H A DARMTargetTransformInfo.cpp2329 L->getExitBlocks(ExitBlocks); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp239 L.getExitBlocks(LoopExitBlocks); in PGOCounterPromoter()
345 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp261 L.getExitBlocks(ExitBlocks); in analyze()
H A DSimpleLoopUnswitch.cpp359 L.getExitBlocks(Exits); in hoistLoopToNewParent()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp453 L->getExitBlocks(ExitBlocks); in getNumBlocksInLoop()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp382 CurLoop->getExitBlocks(ExitBlocks); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp776 L->getExitBlocks(ExitBlocks); in isHardwareLoopProfitable()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp1015 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1333 L->getExitBlocks(ExitBlocks); in isValidLoop()