HomeSort by relevance Sort by last modified time
    Searched refs:isCommonDomFrontier (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 698 bool isCommonDomFrontier(BlockT *BB, BlockT *entry, BlockT *exit) const;
    [all...]
RegionInfoImpl.h 558 bool RegionInfoBase<Tr>::isCommonDomFrontier(BlockT *BB, BlockT *entry,
600 if (!isCommonDomFrontier(*SI, entry, exit))

Completed in 806 milliseconds