Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DInterval.h63 std::vector<BasicBlock*> Predecessors; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanVerifier.cpp73 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion() local
DVPlan.cpp128 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
DVPlan.h401 SmallVector<VPBlockBase *, 1> Predecessors; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMustExecute.cpp164 SmallPtrSetImpl<const BasicBlock *> &Predecessors) { in collectTransitivePredecessors()
203 SmallPtrSet<const BasicBlock *, 4> Predecessors; in allLoopPathsLeadToBlock() local
287 SmallPtrSet<const BasicBlock *, 4> Predecessors; in doesNotWriteMemoryBefore() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DFixIrreducible.cpp169 SetVector<BasicBlock *> Predecessors; in createNaturalLoopInternal() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp74 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anonda2d89b10111::DAGDeltaAlgorithmImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp133 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anon3eadb5ad0111::PhiIncomingAnalysis
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1667 BlockArray Predecessors; variable