Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h168 bool properlyDominates(const MachineDomTreeNode *A, in properlyDominates() function
174 bool properlyDominates(const MachineBasicBlock *A, in properlyDominates() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp733 static bool properlyDominates(const VPRecipeBase *A, const VPRecipeBase *B, in properlyDominates() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14011 bool ScalarEvolution::properlyDominates(const SCEV *S, const BasicBlock *BB) { in properlyDominates() function in ScalarEvolution