Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp168 SmallPtrSetImpl<const BasicBlock *> &Predecessors) { in collectTransitivePredecessors()
209 SmallPtrSet<const BasicBlock *, 4> Predecessors; in allLoopPathsLeadToBlock() local
302 SmallPtrSet<const BasicBlock *, 4> Predecessors; in doesNotWriteMemoryBefore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp235 SetVector<BasicBlock *> Predecessors; in fixIrreducible() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp72 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anoncf29fe990111::DAGDeltaAlgorithmImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp363 const auto &Predecessors = VPB->getPredecessors(); in verifyBlock() local
H A DVPlan.cpp148 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
H A DVPlan.h94 SmallVector<VPBlockBase *, 1> Predecessors; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp114 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anon952a5e950111::PhiIncomingAnalysis
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp615 SmallVector<BasicBlock *, 4> Predecessors(predecessors(this)); in splitBasicBlockBefore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp1019 std::vector<BasicBlock *> Predecessors(predecessors(&BB).begin(), in removeUselessBlocks() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1672 BlockArray Predecessors; variable