Home
last modified time | relevance | path

Searched refs:UseCtxProfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp34 UseCtxProfile("use-ctx-profile", cl::init(""), cl::Hidden, variable
454 if (UseCtxProfile.getNumOccurrences()) in CtxProfAnalysis()
455 return UseCtxProfile; in CtxProfAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp303 extern cl::opt<std::string> UseCtxProfile;
1043 if (!UseCtxProfile.empty() && Phase == ThinOrFullLTOPhase::ThinLTOPostLink) { in buildModuleInlinerPipeline()
1211 !UseCtxProfile.empty() && Phase == ThinOrFullLTOPhase::ThinLTOPreLink; in buildModuleSimplificationPipeline()
1749 if (!UseCtxProfile.empty()) { in buildThinLTOPreLinkDefaultPipeline()
1826 if (!UseCtxProfile.empty()) { in buildThinLTODefaultPipeline()
2357 !UseCtxProfile.empty(); in isInstrumentedPGOUse()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp177 extern cl::opt<std::string> UseCtxProfile;
746 auto BufferOrErr = MemoryBuffer::getFileOrSTDIN(UseCtxProfile); in loadFromCtxProf()
808 if (UseCtxProfile.empty() == WorkloadDefinitions.empty()) { in WorkloadImportsManager()
813 if (!UseCtxProfile.empty()) in WorkloadImportsManager()
835 if (WorkloadDefinitions.empty() && UseCtxProfile.empty()) { in create()