Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp482 bool isGPUProfTarget(const Module &M) { in isGPUProfTarget() function
490 if (isGPUProfTarget(M)) in setPGOFuncVisibility()
501 if (isGPUProfTarget(M)) in createPGOFuncNameVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1819 if (isGPUProfTarget(M)) { in createDataVariable()
2062 if (isGPUProfTarget(M)) in emitRuntimeHook()
H A DPGOInstrumentation.cpp474 if (isGPUProfTarget(M)) in createIRLevelProfileFlagVar()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h218 LLVM_ABI bool isGPUProfTarget(const Module &M);