Searched refs:IsDomParent (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp633 bool IsDomParent = DomTree->dominates(BB2, BB1); local
635 if (BB1 != BB2 && VisitedBlocks.insert(BB2) && IsDomParent &&

Completed in 181 milliseconds