Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp101 L->getExitBlocks(LoopExitBlocks[L]); in formLCSSAForInstructions()
376 L.getExitBlocks(ExitBlocks); in formLCSSA()
H A DLoopUnroll.cpp497 L->getExitBlocks(ExitBlocks); in UnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h672 BlockCycle->getExitBlocks(BlockCycleExits); in computeJoinPoints()
711 Cycle->getExitBlocks(Exits); in computeJoinPoints()
833 DefCycle.getExitBlocks(Exits); in analyzeCycleExitDivergence()
1271 NestedCycle->getExitBlocks(NestedExits); in computeStackPO()
H A DGenericCycleInfo.h127 void getExitBlocks(SmallVectorImpl<BlockT *> &TmpStorage) const;
H A DGenericCycleImpl.h47 void GenericCycle<ContextT>::getExitBlocks( in getExitBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp201 TLL->getExitBlocks(ExitBlocks); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp213 Outer->getExitBlocks(Worklist); in isReachableImpl()
H A DLoopInfo.cpp1018 L.getExitBlocks(ExitBlocks); in printLoop()
H A DBranchProbabilityInfo.cpp368 LB.getLoop()->getExitBlocks(Exits); in getLoopExitBlocks()
H A DMemorySSA.cpp1575 L->getExitBlocks(ExitBlocks); in buildMemorySSA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h64 void LoopBase<BlockT, LoopT>::getExitBlocks( in getExitBlocks() function
322 getExitBlocks(ExitBBs); in verifyLoop()
H A DGenericLoopInfo.h273 void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
275 /// If getExitBlocks would return exactly one block, return that block.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp161 ML.getExitBlocks(ExitBlocks); in ProcessLoop()
1017 ML.getExitBlocks(ExitBlocks); in ValidateLiveOuts()
1169 ML->getExitBlocks(Frontier); in ValidateMVEStore()
H A DARMTargetTransformInfo.cpp2519 L->getExitBlocks(ExitBlocks); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp259 L.getExitBlocks(ExitBlocks); in analyze()
H A DConstraintElimination.cpp1044 L->getExitBlocks(ExitBBs); in addInfoForInductions()
H A DSimpleLoopUnswitch.cpp418 L.getExitBlocks(Exits); in hoistLoopToNewParent()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp489 L.getExitBlocks(LoopExitBlocks); in PGOCounterPromoter()
598 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp152 CurLoop->getExitBlocks(ExitBlocks); in isExitBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp1015 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2960 OrigLoop->getExitBlocks(ExitBlocks); in fixVectorizedLoop()