Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp162 SmallPtrSetImpl<const BasicBlock *> &Predecessors) { in collectTransitivePredecessors()
201 SmallPtrSet<const BasicBlock *, 4> Predecessors; in allLoopPathsLeadToBlock() local
294 SmallPtrSet<const BasicBlock *, 4> Predecessors; in doesNotWriteMemoryBefore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp224 const auto &Predecessors = VPB->getPredecessors(); in verifyBlock() local
H A DVPlan.cpp143 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
H A DVPlan.h450 SmallVector<VPBlockBase *, 1> Predecessors; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp178 Predecessors.insert(P); in createNaturalLoopInternal() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp73 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anoncf29fe990111::DAGDeltaAlgorithmImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp136 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anon952a5e950111::PhiIncomingAnalysis
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp629 SmallVector<BasicBlock *, 4> Predecessors; in splitBasicBlockBefore() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1674 BlockArray Predecessors; variable