reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/HotColdSplitting.cpp
  319     User *U = *OutF->user_begin();
  323     if (TTI.useColdCCForColdCall(*OutF)) {
  324       OutF->setCallingConv(CallingConv::Cold);
  329     markFunctionCold(*OutF, BFI != nullptr);
  331     LLVM_DEBUG(llvm::dbgs() << "Outlined Region: " << *OutF);
  336              << ore::NV("Split", OutF);
  338     return OutF;