Home
last modified time | relevance | path

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

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