Home
last modified time | relevance | path

Searched defs:InLTO (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp330 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp300 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()
383 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()