Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h236 ProfileGuidedOptimization = 0x00040000, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp224 CV_ENUM_CLASS_ENT(FrameProcedureOptions, ProfileGuidedOptimization),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp129 PUSH_FLAG(FrameProcedureOptions, ProfileGuidedOptimization, FPO, "pgo"); in formatFrameProcedureOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1436 FPO |= FrameProcedureOptions::ProfileGuidedOptimization; in beginFunctionImpl()