Home
last modified time | relevance | path

Searched defs:ExitBlock (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp65 BasicBlock *ExitBlock, bool &Changed, in isLoopDead()
453 BasicBlock *ExitBlock = L->getUniqueExitBlock(); in deleteLoopIfDead() local
H A DLoopSimplifyCFG.cpp261 for (auto *ExitBlock : ExitBlocks) in analyze() local
H A DIndVarSimplify.cpp1095 BasicBlock *ExitBlock = L->getExitBlock(); in sinkUnusedInvariants() local
1775 BasicBlock *ExitBlock = in predicateLoopExits() local
H A DLICM.cpp1427 Instruction &I, BasicBlock &ExitBlock, PHINode &PN, const LoopInfo *LI, in cloneInstructionInExitBlock()
1532 BasicBlock *ExitBlock = TPN->getParent(); in sinkThroughTriviallyReplaceablePHI() local
1868 BasicBlock *ExitBlock = LoopExitBlocks[i]; in insertStoresInLoopExitBlocks() local
H A DLoopDistribute.cpp441 BasicBlock *ExitBlock = L->getExitBlock(); in cloneLoops() local
H A DLoopPredication.cpp999 __anon4970eb7f0302(const BasicBlock *ExitingBlock, const BasicBlock *ExitBlock) isLoopProfitableToPredicate() argument
H A DLoopFuse.cpp157 BasicBlock *ExitBlock; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp202 for (auto *ExitBlock : ExitBlocks) in runOnFunction() local
H A DPartialInlining.cpp180 BasicBlock *ExitBlock; member
371 BasicBlock *ExitBlock = nullptr; in computeOutliningColdRegionsInfo() local
462 BasicBlock *ExitBlock = nullptr; in computeOutliningColdRegionsInfo() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp836 llvm::BasicBlock *ExitBlock = in makeModuleCtorFunction() local
994 llvm::BasicBlock *ExitBlock = in makeModuleDtorFunction() local
H A DCGStmt.cpp1036 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitWhileStmt() local
1242 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitForStmt() local
1347 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitCXXForRangeStmt() local
H A DCGDeclCXX.cpp1068 llvm::BasicBlock *ExitBlock = nullptr; in GenerateCXXGlobalInitFunc() local
H A DCGStmtOpenMP.cpp2136 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitOMPInnerLoop() local
2885 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitOMPOuterLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp338 auto ContainsLCSSAPhi = [](const BasicBlock &ExitBlock) { in checkLoopsStructure()
H A DMustExecute.cpp117 static bool CanProveNotTakenFirstIteration(const BasicBlock *ExitBlock, in CanProveNotTakenFirstIteration()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs()
1703 BasicBlock *ExitBlock = LastRegion->getExit(); in transformScopes() local
1765 BasicBlock *ExitBlock, in cloneScopeBlocks()
H A DInstrProfiling.cpp423 BasicBlock *ExitBlock = ExitBlocks[i]; in doExtraRewritesBeforeFinalDeletion() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h390 void ExitBlock() { in ExitBlock() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp863 auto ExitBlock = ACFG->getCFG().getExit().getBlockID(); in transferInlineCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp539 auto *ExitBlock = L->getUniqueExitBlock(); in deleteDeadLoop() local
1441 BasicBlock *ExitBlock = ExitBlocks[0]; in canLoopBeDeleted() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h573 bool visitCycleExitEdge(const BlockT &ExitBlock, const BlockT &Label) { in visitCycleExitEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h102 BasicBlock *ExitBlock = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2528 CFGBlock *RHSBlock, *ExitBlock; in VisitLogicalOperator() local