Home | History | Annotate | Download | only in IPO

Lines Matching refs:getInstruction

307   DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
318 << ", Call: " << *CS.getInstruction() << "\n");
326 << ", Call: " << *CS.getInstruction() << "\n");
336 << ", Call: " << *CS.getInstruction() << "\n");
405 DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() <<
419 << ", Call: " << *CS.getInstruction() << '\n');
524 if (isInstructionTriviallyDead(CS.getInstruction(), TLI)) {
526 << *CS.getInstruction() << "\n");
529 CS.getInstruction()->eraseFromParent();
548 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();