Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp117 L->getExitBlocks(ExitBlocks); in runOnLoop()
131 L->getExitBlocks(ExitBlocks); in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp274 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
337 Loop.getExitBlocks(LoopExits); in join_blocks()
H A DCFG.cpp164 Outer->getExitBlocks(Worklist); in isPotentiallyReachableFromMany()
H A DDivergenceAnalysis.cpp195 DivLoop->getExitBlocks(TaintStack); in taintLoopLiveOuts()
H A DLoopInfo.cpp719 L.getExitBlocks(ExitBlocks); in printLoop()
H A DScalarEvolution.cpp11406 L->getExitBlocks(ExitBlocks); in PrintLoopInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h63 void LoopBase<BlockT, LoopT>::getExitBlocks( in getExitBlocks() function
79 getExitBlocks(ExitBlocks); in getExitBlock()
90 getExitBlocks(ExitBlocks); in hasDedicatedExits()
302 getExitBlocks(ExitBBs); in verifyLoop()
H A DLoopInfo.h258 void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp96 L->getExitBlocks(LoopExitBlocks[L]); in formLCSSAForInstructions()
310 L.getExitBlocks(ExitBlocks); in formLCSSA()
H A DLoopUnroll.cpp415 L->getExitBlocks(ExitBlocks); in UnrollLoop()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp185 InnerLoop->getExitBlocks(ExitBlocks); in run()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp241 L.getExitBlocks(LoopExitBlocks); in PGOCounterPromoter()
300 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp231 L.getExitBlocks(ExitBlocks); in analyze()
H A DSimpleLoopUnswitch.cpp278 L.getExitBlocks(Exits); in hoistLoopToNewParent()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp355 CurLoop->getExitBlocks(ExitBlocks); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1048 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()