Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp123 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass()
140 bool InLTO; member in __anonb3962a1d0111::PGOIndirectCallPromotionLegacyPass
384 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp253 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()
336 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()