Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h98 llvm::SmallDenseSet<const CFGIntervalNode *> Predecessors; member
H A DThreadSafetyTIL.h1674 BlockArray Predecessors; global() variable
/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp162 /// \p Predecessors. If \p BB is the header, \p Predecessors will be empty. in collectTransitivePredecessors() argument
201 SmallPtrSet<const BasicBlock *, 4> Predecessors; allLoopPathsLeadToBlock() local
294 SmallPtrSet<const BasicBlock *, 4> Predecessors; doesNotWriteMemoryBefore() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp224 const auto &Predecessors = VPB->getPredecessors(); verifyBlock() local
H A DVPlan.cpp143 auto &Predecessors = Current->getPredecessors(); getPlanEntry() local
H A DVPlan.h438 SmallVector<VPBlockBase *, 1> Predecessors; global() variable
[all...]
/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp93 using Predecessors = std::vector<std::pair<BinaryFunction *, uint64_t>>; typedef
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp73 std::map<change_ty, std::vector<change_ty> > Predecessors; global() member in __anon5dbb262c0111::DAGDeltaAlgorithmImpl
/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp175 SetVector<BasicBlock *> Predecessors; createNaturalLoopInternal() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp136 SmallVector<MachineBasicBlock *, 4> Predecessors; global() member in __anond05b17a80111::PhiIncomingAnalysis
/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp629 SmallVector<BasicBlock *, 4> Predecessors; splitBasicBlockBefore() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h71 EdgeListType Predecessors; global() variable
[all...]