Searched refs:getSccNum (Results 1 – 2 of 2) sorted by relevance
296 int getSccNum() const { return LD.second; } in getSccNum() function298 bool belongsToLoop() const { return getLoop() || getSccNum() != -1; } in belongsToLoop()301 (LB.getSccNum() != -1 && getSccNum() == LB.getSccNum()); in belongsToSameLoop()
330 (DstBlock.getSccNum() != -1 && in isLoopEnteringEdge()331 SrcBlock.getSccNum() != DstBlock.getSccNum()); in isLoopEnteringEdge()349 (DstBlock.getSccNum() != -1 && in isLoopBackEdge()350 SccI->isSCCHeader(DstBlock.getBlock(), DstBlock.getSccNum()))); in isLoopBackEdge()359 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopEnterBlocks()360 SccI->getSccEnterBlocks(LB.getSccNum(), Enters); in getLoopEnterBlocks()369 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopExitBlocks()370 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks()