Home
last modified time | relevance | path

Searched refs:getExitingBlocks (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp149 L->getExitingBlocks(Temp); in unifyLoopExits()
H A DLoopSimplify.cpp529 L->getExitingBlocks(ExitingBlocks); in simplifyOneLoop()
911 L->getExitingBlocks(ExitingBlocks);
H A DLoopUtils.cpp1251 L->getExitingBlocks(ExitingBlocks); in canLoopBeDeleted()
1775 L.getExitingBlocks(ExitingBlocks); in hasPartialIVCondition()
H A DLoopUnrollRuntime.cpp495 L->getExitingBlocks(ExitingBlocks); in canProfitablyUnrollMultiExitLoop()
H A DScalarEvolutionExpander.cpp2191 L->getExitingBlocks(ExitingBlocks); in getRelatedExistingExpansion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp215 L->getExitingBlocks(ExitingBlocks); in deleteLoopIfDead()
H A DIndVarSimplify.cpp1399 L->getExitingBlocks(ExitingBlocks); in optimizeLoopExits()
1554 L->getExitingBlocks(ExitingBlocks); in predicateLoopExits()
1810 L->getExitingBlocks(ExitingBlocks); in run()
H A DLoopPredication.cpp1008 L->getExitingBlocks(ExitingBlocks); in getMinAnalyzeableBackedgeTakenCount()
1051 L->getExitingBlocks(ExitingBlocks); in predicateLoopExits()
H A DLoopStrengthReduce.cpp2380 L->getExitingBlocks(ExitingBlocks); in OptimizeLoopTermCond()
5161 PIL->getExitingBlocks(ExitingBlocks); in AdjustInsertPositionForExpand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h34 void LoopBase<BlockT, LoopT>::getExitingBlocks( in getExitingBlocks() function
52 getExitingBlocks(ExitingBlocks); in getExitingBlock()
H A DRegionInfoImpl.h132 L->getExitingBlocks(ExitingBlocks); in contains()
181 bool RegionBase<Tr>::getExitingBlocks( in getExitingBlocks() function
H A DRegionInfo.h412 bool getExitingBlocks(SmallVectorImpl<BlockT *> &Exitings) const;
H A DLoopInfo.h273 void getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp422 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks); in updateSaveRestorePoints()
H A DMachineLICM.cpp650 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp323 L.getExitingBlocks(ExitingBlocks); in allowSpeculativeCounterPromotion()
360 LP->getExitingBlocks(ExitingBlocks); in getMaxNumOfPromotionsInLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp698 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()
1017 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp741 L->getExitingBlocks(ExitingBlocks); in isHardwareLoopProfitable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp105 L->getExitingBlocks(ExitingBlocks); in isHardwareLoopCandidate()
H A DScalarEvolution.cpp7483 L->getExitingBlocks(ExitingBlocks); in computeBackedgeTakenCount()
12250 L->getExitingBlocks(ExitingBlocks); in PrintLoopInfo()
13353 L->getExitingBlocks(ExitingBlocks); in computeSymbolicMaxBackedgeTakenCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2148 L->getExitingBlocks(ExitingBlocks); in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8094 OrigLoop->getExitingBlocks(ExitingBlocks); in collectTriviallyDeadInstructions()