Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInterval.h63 std::vector<BasicBlock*> Predecessors; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp73 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion() local
H A DVPlan.cpp128 auto &Predecessors = Current->getPredecessors(); in getPlanEntry() local
H A DVPlan.h394 SmallVector<VPBlockBase *, 1> Predecessors; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp169 SetVector<BasicBlock *> Predecessors; in createNaturalLoopInternal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp74 std::map<change_ty, std::vector<change_ty> > Predecessors; member in __anon1494bb440111::DAGDeltaAlgorithmImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp133 SmallVector<MachineBasicBlock *, 4> Predecessors; member in __anond5a978c00111::PhiIncomingAnalysis
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1667 BlockArray Predecessors; variable