Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp373 static GlobalVariable *createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() function
1894 createIRLevelProfileFlagVar(M, /*IsCS=*/false); in InstrumentAllFunctions()
1914 appendToCompilerUsed(M, createIRLevelProfileFlagVar(M, /*IsCS=*/true)); in run()