Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
HDPGOInstrumentation.h88 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDCGProfile.cpp49 bool InLTO) { in runCGProfilePass()
HDIndirectCallPromotion.cpp962 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, bool InLTO, in promoteIndirectCalls()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.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()