Home
last modified time | relevance | path

Searched defs:properlyDominates (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DDominance.cpp217 bool DominanceInfoBase<IsPostDom>::properlyDominates(Block *a, Block *b) const { properlyDominates() function in DominanceInfoBase
312 bool DominanceInfo::properlyDominates(Value a, Operation *b) const { properlyDominates() function in DominanceInfo
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h168 bool properlyDominates(const MachineDomTreeNode *A, properlyDominates() function
174 bool properlyDominates(const MachineBasicBlock *A, properlyDominates() function
/llvm-project/mlir/include/mlir/IR/
H A DDominance.h182 bool properlyDominates(Block *a, Block *b) const { properlyDominates() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h143 bool properlyDominates(const CFGBlock *A, const CFGBlock *B) const { in properlyDominates() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp728 static bool properlyDominates(const VPRecipeBase *A, const VPRecipeBase *B, properlyDominates() function
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14009 bool ScalarEvolution::properlyDominates(const SCEV *S, const BasicBlock *BB) { properlyDominates() function in ScalarEvolution