Home
last modified time | relevance | path

Searched defs:Predecessors (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInterval.h63 std::vector<BasicBlock*> Predecessors; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp76 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion() local
H A DVPlan.cpp127 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
H A DVPlan.h398 SmallVector<VPBlockBase *, 1> Predecessors; variable
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp161 SmallPtrSetImpl<const BasicBlock *> &Predecessors) { in collectTransitivePredecessors()
200 SmallPtrSet<const BasicBlock *, 4> Predecessors; in allLoopPathsLeadToBlock() local
284 SmallPtrSet<const BasicBlock *, 4> Predecessors; in doesNotWriteMemoryBefore() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp73 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anona2548bc90111::DAGDeltaAlgorithmImpl
/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp110 using Predecessors = std::vector<std::pair<BinaryFunction *, uint64_t>>; typedef
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp178 SetVector<BasicBlock *> Predecessors; in createNaturalLoopInternal() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp133 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anone83803c50111::PhiIncomingAnalysis
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h71 EdgeListType Predecessors; variable
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1667 BlockArray Predecessors; variable