Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h88 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp49 bool InLTO) { in runCGProfilePass()
H A DIndirectCallPromotion.cpp962 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp349 static std::string getIRPGOObjectName(const GlobalObject &GO, bool InLTO, in getIRPGOObjectName()
368 std::string getIRPGOFuncName(const Function &F, bool InLTO) { in getIRPGOFuncName()
379 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()
395 std::string getPGOName(const GlobalVariable &V, bool InLTO) { in getPGOName()
471 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()