Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h57 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h82 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h133 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h357 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp500 IC.getDominatorTree(), LHSIsZero); in Negate()
DInstCombineCalls.cpp463 &IC.getDominatorTree())) { in foldCttzCtlz()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp78 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
96 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h216 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
DInstCombineMulDivRem.cpp52 IC.getDominatorTree())) { in simplifyValueKnownNonZero()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h356 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
DInstCombineCalls.cpp1242 &IC.getDominatorTree())) { in foldCttzCtlz()
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp127 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
149 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp506 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
781 if (!ASan.getDominatorTree().dominates(I, Ret)) return false; in doesDominateAllExits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp738 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1149 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp838 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()