Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h402 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h138 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h378 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp349 &IC.getDominatorTree()) && in canSimplifyLegacyMulToMul()
352 &IC.getDominatorTree())) { in canSimplifyLegacyMulToMul()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp131 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
153 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
2409 DominatorTree *DT = LVL->getDominatorTree(); in preferPredicateOverEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp613 &IC.getDominatorTree())) { in foldCttzCtlz()
2942 &getDominatorTree()); in visitCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp969 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()