Searched defs:Exits (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 56 SmallPtrSet<BasicBlock *, 2> Exits = {}; variable
|
H A D | SPIRVConvergenceRegionAnalysis.cpp | 138 SmallPtrSet<BasicBlock *, 8> &&Blocks, SmallPtrSet<BasicBlock *, 2> &&Exits) in ConvergenceRegion() 255 SmallPtrSet<BasicBlock *, 2> Exits; in findExitNodes() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 150 SetVector<BasicBlock *> Exits; in unifyLoopExits() local
|
H A D | LoopPeel.cpp | 90 SmallVector<BasicBlock *, 4> Exits; in canPeel() local 286 SmallVector<BasicBlock *, 4> Exits; in peelToTurnInvariantLoadsDerefencebale() local
|
H A D | LoopRotationUtils.cpp | 254 SmallVector<BasicBlock *, 4> Exits; in canRotateDeoptimizingLatchExit() local
|
H A D | CodeExtractor.cpp | 748 const SetVector<BasicBlock *> &Exits) { in severSplitPHINodesOfExits()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 710 SmallVector<BlockT *> Exits; in computeJoinPoints() local 832 SmallVector<BlockT *> Exits; in analyzeCycleExitDivergence() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 232 ExitMap Exits; ///< Successor edges (and weights). member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 1039 SmallPtrSet<BasicBlock *, 1> &Exits, in outputHasNonPHI() 1288 SmallPtrSet<BasicBlock *, 1> Exits; in findExtractedOutputToOverallOutputMapping() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 834 SmallVectorImpl<BasicBlock *> &Exits = Res.first->second; in computeEestimateBlockWeight() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 417 SmallVector<BasicBlock *, 4> Exits; in hoistLoopToNewParent() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4397 const SmallVectorImpl<MachineBasicBlock *> &Exits) const { in insertCopiesSplitCSR()
|