Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dpgo.ll9 ; CHECK: ProfileGuidedOptimization (0x40000)
14 ; CHECK: ProfileGuidedOptimization (0x40000)
19 ; CHECK: ProfileGuidedOptimization (0x40000)
24 ; CHECK-NOT: ProfileGuidedOptimization (0x40000)
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h241 ProfileGuidedOptimization = 0x00040000, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp227 CV_ENUM_CLASS_ENT(FrameProcedureOptions, ProfileGuidedOptimization),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp131 PUSH_FLAG(FrameProcedureOptions, ProfileGuidedOptimization, FPO, "pgo"); in formatFrameProcedureOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1510 FPO |= FrameProcedureOptions::ProfileGuidedOptimization; in beginFunctionImpl()