Searched refs:getContinueInstr (Results 1 – 1 of 1) sorted by relevance
1635 InstrT *continueInstr = CFGTraits::getContinueInstr(dstBlk); in mergeLooplandBlock()1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL) in relocateLoopcontBlock()1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock()2957 static MachineInstr *getContinueInstr(MachineBasicBlock *blk) { in getContinueInstr() function