Lines Matching refs:FromBB
1105 /// \brief Move all instructions except the terminator from FromBB right before1107 static void moveBBContents(BasicBlock *FromBB, Instruction *InsertBefore) {1109 auto &FromList = FromBB->getInstList();1112 FromBB->getTerminator()->getIterator());