Searched refs:getSccNum (Results 1 – 2 of 2) sorted by relevance
310 int getSccNum() const { return LD.second; } in getSccNum() function312 bool belongsToLoop() const { return getLoop() || getSccNum() != -1; } in belongsToLoop()315 (LB.getSccNum() != -1 && getSccNum() == LB.getSccNum()); in belongsToSameLoop()
327 (DstBlock.getSccNum() != -1 && in isLoopEnteringEdge()328 SrcBlock.getSccNum() != DstBlock.getSccNum()); in isLoopEnteringEdge()346 (DstBlock.getSccNum() != -1 && in isLoopBackEdge()347 SccI->isSCCHeader(DstBlock.getBlock(), DstBlock.getSccNum()))); in isLoopBackEdge()356 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopEnterBlocks()357 SccI->getSccEnterBlocks(LB.getSccNum(), Enters); in getLoopEnterBlocks()366 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopExitBlocks()367 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks()