Home
last modified time | relevance | path

Searched refs:InLTO (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
81 bool InLTO;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp330 bool InLTO, bool SamplePGO, in promoteIndirectCalls() argument
335 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls()
375 if (!promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in run()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp300 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() argument
301 if (!InLTO) { in getPGOFuncName()
383 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create() argument
389 const std::string &PGOFuncName = getPGOFuncName(F, InLTO); in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h174 std::string getPGOFuncName(const Function &F, bool InLTO = false,
499 Error create(Module &M, bool InLTO = false);