Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h248 ProfileGuidedOptimization = 0x00040000, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp231 CV_ENUM_CLASS_ENT(FrameProcedureOptions, ProfileGuidedOptimization),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp132 PUSH_FLAG(FrameProcedureOptions, ProfileGuidedOptimization, FPO, "pgo"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1554 FPO |= FrameProcedureOptions::ProfileGuidedOptimization; in beginFunctionImpl()