Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp718 static bool shouldGenerateData(const Function &F) { in shouldGenerateData() function
722 static bool shouldGenerateData(const MachineFunction &MF) { in shouldGenerateData() function
729 if (shouldGenerateData(F)) { in generateFunctionData()