Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h468 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h145 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp75 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
91 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h336 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp554 Negator N(Root->getContext(), IC.getDataLayout(), IC.getDominatorTree(), in Negate()
H A DInstCombineCalls.cpp3430 &getDominatorTree()); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp134 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
156 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
177 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
2544 DominatorTree *DT = LVL->getDominatorTree(); in preferPredicateOverEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp584 if (!IC.getDominatorTree().dominates(LaneIDInst, OpInst)) in hoistLaneIntrinsicThroughOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1111 GVN.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()