Home
last modified time | relevance | path

Searched refs:getDominatorTree (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h405 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h138 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp77 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
93 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h340 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp131 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
153 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
2421 DominatorTree *DT = LVL->getDominatorTree(); in preferPredicateOverEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1033 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3133 &getDominatorTree()); in visitCallInst()