Home
last modified time | relevance | path

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

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