Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp210 return isIRPGOFlagSet(&M) || in enablesValueProfiling()
1311 if (!DoHashBasedCounterSplit || !isIRPGOFlagSet(M) || in getVarName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h260 bool isIRPGOFlagSet(const Module *M);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1442 bool isIRPGOFlagSet(const Module *M) { in isIRPGOFlagSet() function