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