Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInterval.h63 std::vector<BasicBlock*> Predecessors; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp75 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion() local
H A DVPlan.cpp136 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
H A DVPlan.h403 SmallVector<VPBlockBase *, 1> Predecessors; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp73 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anonba60a7900111::DAGDeltaAlgorithmImpl
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp178 SetVector<BasicBlock *> Predecessors; in createNaturalLoopInternal() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp455 SmallVector<BasicBlock *, 4> Predecessors; in splitBasicBlockBefore() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp134 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anon1ceaab0c0111::PhiIncomingAnalysis
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1665 BlockArray Predecessors; variable