Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp184 DominatorTree *getDominatorTree() { in getDominatorTree() function in __anon97b134c70111::LoopIdiomRecognize
623 (void)getDominatorTree(); in runOnCountableLoop()
DGVN.cpp633 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function in __anon5c61e9c00211::GVN
1283 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h220 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
DInstCombineMulDivRem.cpp52 IC.getDominatorTree())) { in simplifyValueKnownNonZero()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp432 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
688 if (!ASan.getDominatorTree().dominates(I, Ret)) return false; in doesDominateAllExits()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp531 domTree = CFGTraits::getDominatorTree(pass); in run()
3232 static MachineDominatorTree *getDominatorTree(AMDGPUCFGStructurizer &pass) { in getDominatorTree() function