Searched refs:Optimize (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h34 void finalizeStringTable(bool Optimize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp124 finalizeStringTable(/*Optimize=*/true);
128 finalizeStringTable(/*Optimize=*/false);
131 void StringTableBuilder::finalizeStringTable(bool Optimize) { argument
134 if (Optimize) {
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v2.sql151 -- Optimize the loading of the metadata of any single entity.
201 -- Optimize the lookup of test programs by the action they belong to.
222 -- Optimize the loading of all test cases that are part of a test program.
H A Dschema_v3.sql121 -- Optimize the loading of the metadata of any single entity.
186 -- Optimize the loading of all test cases that are part of a test program.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp638 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO,
1717 if (CGM.getLangOpts().Optimize)
3541 if (CGM.getLangOpts().Optimize)
3829 if (CGM.getLangOpts().Optimize)
3913 if (CGM.getLangOpts().Optimize)
4227 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize,
4252 CGM.getLangOpts().Optimize, Flags)
4254 CGM.getLangOpts().Optimize,
4291 DBuilder.createLabel(Scope, Name, Unit, Line, CGM.getLangOpts().Optimize);
4551 scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flag
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp1258 // TODO: Optimize runtime initialization and pass in correct value.
1288 // TODO: Optimize runtime initialization and pass in correct value.
1466 // TODO: Optimize runtime initialization and pass in correct value.
2004 if (CGM.getLangOpts().Optimize) {
2125 if (CGM.getLangOpts().Optimize) {
3540 if (CGM.getLangOpts().Optimize) {
H A DCGOpenMPRuntime.cpp1121 if (CGM.getLangOpts().Optimize) {
3681 if (CGM.getLangOpts().Optimize) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp765 if (LangOpts.Optimize)
H A DCompilerInvocation.cpp3217 Opts.Optimize = Opt != 0;
3223 Opts.NoInlineDefine = !Opts.Optimize;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3429 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
5153 bool Optimize, bool WithCoverage) {
5158 if (!Optimize)

Completed in 378 milliseconds