Searched refs:ProfileIRInstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h85 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator in enum:clang::CodeGenOptions::ProfileInstrKind
489 return getProfileInstr() == ProfileIRInstr;
507 return getProfileUse() == ProfileIRInstr ||
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp80 case CodeGenOptions::ProfileIRInstr:
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1445 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr);

Completed in 78 milliseconds