reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
423 InlineCost IC = GetInlineCost(CS); 424 Instruction *Call = CS.getInstruction(); 425 Function *Callee = CS.getCalledFunction(); 426 Function *Caller = CS.getCaller(); 430 << ", Call: " << *CS.getInstruction() << "\n"); 436 << ", Call: " << *CS.getInstruction() << "\n"); 448 << ", Call: " << *CS.getInstruction() << "\n"); 458 if (shouldBeDeferred(Caller, CS, IC, TotalSecondaryCost, GetInlineCost)) { 459 LLVM_DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() 476 << ", Call: " << *CS.getInstruction() << '\n');