Home
last modified time | relevance | path

Searched defs:PGO (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp1234 for (const auto &PGO : PGOAnalyses) { in TEST() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp88 enum class UseBFI { None, PGO, All }; global() enumerator
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp583 CodeGenPGO &PGO; global() member
[all...]
H A DCodeGenModule.cpp7201 CodeGenPGO PGO(*this); EmitDeferredUnusedCoverageMappings() local
7208 CodeGenPGO PGO(*this); EmitDeferredUnusedCoverageMappings() local
7215 CodeGenPGO PGO(*this); EmitDeferredUnusedCoverageMappings() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h486 PGO = 1 << 18, enumerator