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

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h620 // isCommonDomFrontier - Returns true if BB is in the dominance frontier of
623 bool isCommonDomFrontier(BasicBlock* BB, BasicBlock* entry,
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp485 bool RegionInfo::isCommonDomFrontier(BasicBlock *BB, BasicBlock *entry, function in class:RegionInfo
521 if (!isCommonDomFrontier(*SI, entry, exit))

Completed in 56 milliseconds