Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp187 DominatorTree *getDominatorTree() { in getDominatorTree() function in __anon649dea8d0111::LoopIdiomRecognize
671 (void)getDominatorTree(); in runOnCountableLoop()
DGVN.cpp539 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function in __anon72d50c460211::GVN
1280 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp401 domTree = CFGTraits::getDominatorTree(pass); in run()
3014 static MachineDominatorTree *getDominatorTree(AMDGPUCFGStructurizer &pass) { in getDominatorTree() function