Home
last modified time | relevance | path

Searched refs:getPrintName (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp155 LLVM_DEBUG(dbgs() << "FOP modified \"" << BF.getPrintName() << "\"\n"); in removeUnnecessaryLoads()
222 LLVM_DEBUG(dbgs() << "FOP modified \"" << BF.getPrintName() << "\"\n"); in removeUnusedStores()
261 dbgs() << "Considering " << I.second.getPrintName() in runOnFunctions()
380 outs() << Elmt.first << " : " << Elmt.second->getPrintName() << "\n"; in performShrinkWrapping()
H A DFrameAnalysis.cpp208 dbgs() << "Assertion is about to fail: " << BF.getPrintName() << "\n"; in doNext()
316 dbgs() << "Args accessed for " << Func->getPrintName() << ": "; in traverseCG()
400 LLVM_DEBUG(dbgs() << "Treating " << BF.getPrintName() in computeArgsAccessed()
410 LLVM_DEBUG(dbgs() << "Now computing args accessed for: " << BF.getPrintName() in computeArgsAccessed()
475 LLVM_DEBUG(dbgs() << "Restoring frame indices for \"" << BF.getPrintName() in restoreFrameIndex()
H A DRegAnalysis.cpp90 dbgs() << "Killed regs set for func: " << Func->getPrintName() << "\n"; in RegAnalysis()
97 dbgs() << "\nUsed regs set for func: " << Func->getPrintName() << "\n"; in RegAnalysis()
H A DAsmDump.cpp82 << "1 " << TargetBF->getPrintName() << " 0 " in dumpTailCallFdata()
139 std::string PrintName = BF.getPrintName(); in dumpFunction()
H A DAllocCombiner.cpp86 dbgs() << "At \"" << BF.getPrintName() << "\", combining: \n"; in combineAdjustments()
H A DStackAvailableExpressions.cpp30 << Func.getPrintName() << "\"\n"); in preflight()
H A DStackReachingUses.cpp64 LLVM_DEBUG(dbgs() << "Starting StackReachingUses on \"" << Func.getPrintName() in preflight()
H A DRegReAssign.cpp415 LLVM_DEBUG(dbgs() << " - " << Function.getPrintName() << "\n"); in runOnFunctions()
420 dbgs() << "Aggressive pass successful on " << Function.getPrintName() in runOnFunctions()
H A DStackAllocationAnalysis.cpp24 << Func.getPrintName() << "\"\n"); in preflight()
H A DLongJmp.cpp302 LLVM_DEBUG(dbgs() << Func->getPrintName() << " cold tentative: " in tentativeLayoutRelocColdPart()
361 LLVM_DEBUG(dbgs() << Func->getPrintName() << " tentative: " in tentativeLayoutRelocMode()
H A DReorderFunctions.cpp217 << Cg.nodeIdToFunc(FuncId)->getPrintName() << '\n'; in reorder()
H A DShrinkWrapping.cpp908 dbgs() << "Better position for saves found in func " << BF.getPrintName() in isBestSavePosCold()
926 << BF.getPrintName() << "\n"); in splitFrontierCritEdges()
2001 LLVM_DEBUG(dbgs() << "BOLT-DEBUG: ambiguous JTs in " << BF.getPrintName() in perform()
2029 << " bytes) for " << BF.getPrintName() << "\n"); in perform()
H A DIndirectCallPromotion.cpp711 << (Method ? Method->getPrintName() : "") << "\n"; in maybeGetVtableSyms()
H A DBinaryPasses.cpp1315 outs() << "Worst average bias observed in " << WorstBiasFunc->getPrintName() in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp729 << " -> " << Func.getPrintName() << " @ " in doIntraBranch()
807 << " and ending in " << ToFunc->getPrintName() << " @ " in doTrace()
808 << ToFunc->getPrintName() << " @ " in doTrace()
816 dbgs() << "Invalid trace starting in " << FromFunc->getPrintName() in doTrace()
818 << " and ending in " << ToFunc->getPrintName() << " @ " in doTrace()
819 << ToFunc->getPrintName() << " @ " in doTrace()
831 << " and ending in " << ToFunc->getPrintName() << " @ " in doTrace()
832 << ToFunc->getPrintName() << " @ " in doTrace()
839 << FromFunc->getPrintName() << ":" in doTrace()
1449 << TraceBF->getPrintName() << " @ " in parseBranchEvents()
[all …]
H A DYAMLProfileWriter.cpp31 YamlBF.Name = BF.getPrintName(); in convert()
H A DBoltAddressTranslation.cpp68 LLVM_DEBUG(dbgs() << "Function name: " << Function.getPrintName() << "\n"); in write()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp541 LLVM_DEBUG(dbgs() << "BOLT-DEBUG: analyzeJumpTable in " << BF.getPrintName() in analyzeJumpTable()
587 << TargetBF->getPrintName() << '\n'; in analyzeJumpTable()
592 << (TargetParent ? TargetParent->getPrintName() : "(none)") in analyzeJumpTable()
721 errs() << "BOLT-WARNING: Ignoring " << BF->getPrintName() << '\n'; in skipMarkedFragments()
789 << JT->Parents[0]->getPrintName() << "; " in getOrCreateJumpTable()
790 << Function.getPrintName() << "\n"; in getOrCreateJumpTable()
1252 << Function.getPrintName() << " and " in processInterproceduralReferences()
1253 << TargetFunction->getPrintName() << '\n'; in processInterproceduralReferences()
2145 errs() << "\nOffending function: " << Function.getPrintName() << "\n\n"; in exitWithBugReport()
H A DBinaryFunction.cpp2908 LLVM_DEBUG(dbgs() << "Ignoring " << getPrintName() << '\n'); in setIgnored()
3004 OS << "digraph \"" << getPrintName() << "\" {\n" in dumpGraph()
3119 std::string Filename = constructFilename(getPrintName(), Annotation, ".dot"); in dumpGraphForPass()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp310 outs() << Function->getPrintName() << " : "; in matchFunctions()
635 outs() << Function2.getPrintName() << "\n"; in reportUnmapped()
H A DRewriteInstance.cpp2324 dbgs() << Func->getPrintName() << "\n"; in readRelocations()
4751 Twine(Function->getPrintName()).concat(".cold.0").toStringRef(Buf)); in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h958 std::string getPrintName() const { in getPrintName() function
1932 Referrer.getPrintName()); in getOrCreateProxyIslandAccess()
2319 OS << Function.getPrintName();