Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h57 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/lib/Transforms/Scalar/
DGVN.cpp480 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function in __anonadea466b0211::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/llvm/lib/Transforms/Scalar/
DGVN.cpp1149 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()