Searched refs:UseCtxProfile (Results 1 – 3 of 3) sorted by relevance
34 UseCtxProfile("use-ctx-profile", cl::init(""), cl::Hidden, variable454 if (UseCtxProfile.getNumOccurrences()) in CtxProfAnalysis()455 return UseCtxProfile; in CtxProfAnalysis()
303 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()
177 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()