Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1146 void createIRLevelProfileFlagVar(Module &M, bool IsCS,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1140 void createIRLevelProfileFlagVar(Module &M, bool IsCS, in createIRLevelProfileFlagVar() function