Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp215 static bool profDataReferencedByCode(const Module &M) { in profDataReferencedByCode() function
225 GetTLI(GetTLI), DataReferencedByCode(profDataReferencedByCode(M)) {} in InstrLowerer()
1329 if (!profDataReferencedByCode(*F->getParent())) in shouldRecordFunctionAddr()
1482 if (!profDataReferencedByCode(*GV->getParent())) in shouldRecordVTableAddr()