Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h134 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h369 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp499 IC.getDominatorTree(), LHSIsZero); in Negate()
H A DInstCombineCalls.cpp502 &IC.getDominatorTree())) { in foldCttzCtlz()
1784 &getDominatorTree()); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp78 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
96 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp129 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
151 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp843 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()