Home
last modified time | relevance | path

Searched refs:createIRLevelProfileFlagVar (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp465 createIRLevelProfileFlagVar(M, /* IsCS */ true, PGOInstrumentEntry); in runOnModule()
1613 createIRLevelProfileFlagVar(M, /* IsCS */ false, PGOInstrumentEntry); in InstrumentAllFunctions()
1633 createIRLevelProfileFlagVar(M, /* IsCS */ true, PGOInstrumentEntry); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1144 void createIRLevelProfileFlagVar(Module &M, bool IsCS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1139 void createIRLevelProfileFlagVar(Module &M, bool IsCS, in createIRLevelProfileFlagVar() function