| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Pass.cpp | 66 !Gate.shouldRunPass(this->getPassName(), getDescription(M)); in skipModule() 75 dbgs().indent(Offset*2) << getPassName() << "\n"; in dumpPassStructure() 81 StringRef Pass::getPassName() const { in getPassName() function in Pass 85 return PI->getPassName(); in getPassName() 131 OS << "Pass::print not implemented for pass: '" << getPassName() << "'!\n"; in print() 181 !Gate.shouldRunPass(this->getPassName(), getDescription(F))) in skipFunction() 185 LLVM_DEBUG(dbgs() << "Skipping pass '" << getPassName() << "' on function " in skipFunction()
|
| H A D | LegacyPassManager.cpp | 160 std::string PassName = P->getPassName().str(); in emitInstrCountChangedRemark() 215 OS << P->getPassName() << "'"; in print() 945 dbgs() << S->getPassName() << "'\n"; in removeNotPreservedAnalysis() 967 dbgs() << S->getPassName() << "'\n"; in removeNotPreservedAnalysis() 988 dbgs() << " -*- '" << P->getPassName(); in removeDeadPasses() 1195 dbgs() << "Executing Pass '" << P->getPassName(); in dumpPassInfo() 1198 dbgs() << "Made Modification '" << P->getPassName(); in dumpPassInfo() 1201 dbgs() << " Freeing Pass '" << P->getPassName(); in dumpPassInfo() 1269 dbgs() << ' ' << PInf->getPassName(); in dumpAnalysisUsage() 1448 << FP->getPassName() << "\n"; in runOnFunction() [all …]
|
| H A D | IRPrintingPasses.cpp | 75 StringRef getPassName() const override { return "Print Module IR"; } in getPassName() function in __anonfac7aae50111::PrintModulePassWrapper 114 StringRef getPassName() const override { return "Print Function IR"; } in getPassName() function in __anonfac7aae50111::PrintFunctionPassWrapper
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.h | 47 StringRef getPassName() const override { in getPassName() function 62 StringRef getPassName() const override { in getPassName() function 75 StringRef getPassName() const override { in getPassName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 52 errs() << "MachineFunctionProperties required by " << getPassName() in runOnFunction() 107 R << NV("Pass", getPassName()) in runOnFunction() 128 errs() << ("*** IR Dump After " + getPassName() + " (" + PassID + in runOnFunction() 159 errs() << "*** IR Dump After " << getPassName(); in runOnFunction()
|
| H A D | RegUsageInfoPropagate.cpp | 48 StringRef getPassName() const override { return RUIP_NAME; } in getPassName() function in __anon1558a94c0111::RegUsageInfoPropagation 102 LLVM_DEBUG(dbgs() << " ++++++++++++++++++++ " << getPassName() in runOnMachineFunction()
|
| H A D | RegUsageInfoCollector.cpp | 46 StringRef getPassName() const override { in getPassName() function in __anona72917900111::RegUsageInfoCollector 105 LLVM_DEBUG(dbgs() << " -------------------- " << getPassName() in runOnMachineFunction()
|
| H A D | EHContGuardCatchret.cpp | 43 StringRef getPassName() const override { in getPassName() function in __anon08571e4c0111::EHContGuardCatchret
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 105 << P->getPassName() << "\n"; in runOnFunction() 205 StringRef getPassName() const override { return "Print Region IR"; } in getPassName() function in __anon0bb11f940111::PrintRegionPass 287 !Gate.shouldRunPass(this->getPassName(), getDescription(R))) in skipRegion() 293 LLVM_DEBUG(dbgs() << "Skipping pass '" << getPassName() in skipRegion()
|
| H A D | LoopPass.cpp | 58 StringRef getPassName() const override { return "Print Loop IR"; } in getPassName() function in __anon40ca306a0111::PrintLoopPassWrapper 180 llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName()); in runOnFunction() 200 << P->getPassName() << "\n"; in runOnFunction() 377 !Gate.shouldRunPass(this->getPassName(), getDescription(*L))) in skipLoop() 382 LLVM_DEBUG(dbgs() << "Skipping pass '" << getPassName() << "' in function " in skipLoop()
|
| H A D | CallGraphSCCPass.cpp | 83 StringRef getPassName() const override { return "CallGraph Pass Manager"; } in getPassName() function in __anon0340cd370111::CGPassManager 189 LLVM_DEBUG(dbgs() << "CGSCCPASSMGR: Pass Dirtied SCC: " << P->getPassName() in RunPassOnSCC() 477 << P->getPassName() << "\n"; in RunAllPassesOnSCC() 717 StringRef getPassName() const override { return "Print CallGraph IR"; } in getPassName() function in __anon0340cd370411::PrintCallGraphPass 748 !Gate.shouldRunPass(this->getPassName(), getDescription(SCC)); in skipSCC()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerUnreachable.cpp | 87 StringRef getPassName() const override; 108 StringRef NVPTXLowerUnreachable::getPassName() const { in getPassName() function in NVPTXLowerUnreachable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOptimizationRemarkEmitter.h | 79 return Ctx.getDiagHandlerPtr()->isPassedOptRemarkEnabled(getPassName()); in isEnabled() 105 return Ctx.getDiagHandlerPtr()->isMissedOptRemarkEnabled(getPassName()); in isEnabled() 137 return Ctx.getDiagHandlerPtr()->isAnalysisRemarkEnabled(getPassName()); in isEnabled()
|
| H A D | MIRFSDiscriminator.h | 48 StringRef getPassName() const override { in getPassName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ReturnThunks.cpp | 50 StringRef getPassName() const override { return "X86 Return Thunks"; } in getPassName() function 58 LLVM_DEBUG(dbgs() << getPassName() << "\n"); in runOnMachineFunction()
|
| H A D | X86SpeculativeExecutionSideEffectSuppression.cpp | 65 StringRef getPassName() const override { in getPassName() function in __anon9d1d294d0111::X86SpeculativeExecutionSideEffectSuppression 102 LLVM_DEBUG(dbgs() << "********** " << getPassName() << " : " << MF.getName() in runOnMachineFunction()
|
| H A D | X86LoadValueInjectionRetHardening.cpp | 46 StringRef getPassName() const override { in getPassName() function in __anona6235e120111::X86LoadValueInjectionRetHardeningPass 60 LLVM_DEBUG(dbgs() << "***** " << getPassName() << " : " << MF.getName() in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILWriterPass.cpp | 44 StringRef getPassName() const override { return "Bitcode Writer"; } in getPassName() function in __anon649604000111::WriteDXILPass 62 StringRef getPassName() const override { return "DXIL Embedder"; } in getPassName() function in __anon649604000111::EmbedDXILPass
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 45 StringRef getPassName() const override { return STPSUPPRESS_PASS_NAME; } in getPassName() function in __anon5d7827fb0111::AArch64StorePairSuppress 137 LLVM_DEBUG(dbgs() << "*** " << getPassName() << ": " << MF.getName() << '\n'); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankSelect.h | 22 StringRef getPassName() const override;
|
| H A D | R600AsmPrinter.h | 26 StringRef getPassName() const override;
|
| H A D | AMDGPUGlobalISelDivergenceLowering.cpp | 39 StringRef getPassName() const override { in getPassName() function in __anon200eef280111::AMDGPUGlobalISelDivergenceLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 60 StringRef getPassName() const override { return "MSP430 Branch Selector"; } in getPassName() function in __anon3f258e880111::MSP430BSel 232 LLVM_DEBUG(dbgs() << "\n********** " << getPassName() << " **********\n"); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyNullifyDebugValueLists.cpp | 26 StringRef getPassName() const override { in getPassName() function in __anon19d8c15d0111::WebAssemblyNullifyDebugValueLists
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsModuleISelDAGToDAG.cpp | 31 StringRef getPassName() const override { in getPassName() function in __anonfb7d2b6b0111::MipsModuleDAGToDAGISel
|