Home
last modified time | relevance | path

Searched refs:GF (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A Dgcov.cpp44 GCOVFile GF; in reportCoverage() local
56 if (!GF.readGCNO(GCNO_GB)) { in reportCoverage()
75 else if (!GF.readGCDA(gcda_buf)) in reportCoverage()
80 GF.print(errs()); in reportCoverage()
82 gcovOneInput(Options, SourceFile, GCNO, GCDA, GF); in reportCoverage()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp747 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() argument
750 GCOVBlock &Src = E.SrcBB ? GF.getBlock(E.SrcBB) : GF.getEntryBlock(); in dumpEdges()
751 GCOVBlock &Dst = E.DestBB ? GF.getBlock(E.DestBB) : GF.getReturnBlock(); in dumpEdges()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td355 (instregex "SL(G|GF|Y)?$")>;
428 (instregex "MS(GF|Y)?$")>;
H A DSystemZScheduleZEC12.td366 (instregex "SL(G|GF|Y)?$")>;
439 (instregex "MS(GF|Y)?$")>;
H A DSystemZScheduleZ13.td393 (instregex "SL(G|GF|Y)?$")>;
466 (instregex "MS(GF|Y)?$")>;
H A DSystemZScheduleZ16.td398 (instregex "SL(G|GF|Y)?$")>;
481 (instregex "MS(GF|Y)?$")>;
H A DSystemZScheduleZ15.td398 (instregex "SL(G|GF|Y)?$")>;
481 (instregex "MS(GF|Y)?$")>;
H A DSystemZScheduleZ14.td394 (instregex "SL(G|GF|Y)?$")>;
467 (instregex "MS(GF|Y)?$")>;
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst3869 /GF- Disable string pooling
3870 /GF Enable string pooling (default)
3902 /O1 Optimize for size (same as /Og /Os /Oy /Ob2 /GF /Gy)
3903 /O2 Optimize for speed (same as /Og /Oi /Ot /Oy /Ob2 /GF /Gy)
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6450 def _SLASH_GF : CLIgnoredFlag<"GF">,
6452 def _SLASH_GF_ : CLFlag<"GF-">, HelpText<"Disable string pooling">,
6488 HelpText<"Optimize for size (like /Og /Os /Oy /Ob2 /GF /Gy)">;
6490 HelpText<"Optimize for speed (like /Og /Oi /Ot /Oy /Ob2 /GF /Gy)">;