Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h57 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h82 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h328 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
DInstCombineCalls.cpp1341 &IC.getDominatorTree())) { in foldCttzCtlz()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp480 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function in __anon6f1231750211::GVN
1212 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/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-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp671 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
1032 if (!ASan.getDominatorTree().dominates(I, Ret)) return false; in doesDominateAllExits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp751 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1149 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()