Home
last modified time | relevance | path

Searched refs:Guided (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-source.cpp503 struct Guided { T t; }; argument
507 Guided(double) -> Guided<float>;
510 auto guided = Guided{1.0};
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGenerators.h40 Guided = 36, enumerator
/llvm-project-15.0.7/llvm/docs/
H A DHowToBuildWithPGO.rst2 How To Build Clang and LLVM with Profile-Guided Optimizations
8 PGO (Profile-Guided Optimization) allows your compiler to better optimize code
H A DAdvancedBuilds.rst102 Profile-Guided Optimizations (PGO) is a really great way to optimize the code
H A DTestSuiteGuide.md329 Profile Guided Optimization
H A DBuildingADistribution.rst173 generating LLVM profiling information to drive Profile-Guided-Optimization. The
H A DGettingInvolved.rst173 * - ML Guided Compiler Optimizations
H A DPasses.rst437 ``-block-placement``: Profile Guided Basic Block Placement
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp45 clEnumValN(OMPGeneralSchedulingType::Guided, "guided",
H A DLoopGeneratorsKMP.cpp206 case OMPGeneralSchedulingType::Guided: in createSubFn()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp95 "GUIDED" >> pure(OmpScheduleClause::ScheduleType::Guided) ||
/llvm-project-15.0.7/libc/benchmarks/
H A DRATIONALE.md10 - **Profile Guided Optimization** friendliness,
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp235 case ClauseScheduleKind::Guided: in parseScheduleClause()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1095 case Fortran::parser::OmpScheduleClause::ScheduleType::Guided: in genOMP()
1097 context, omp::ClauseScheduleKind::Guided)); in genOMP()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp38 case omp::ClauseScheduleKind::Guided: in convertToScheduleKind()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2365 kind != parser::OmpScheduleClause::ScheduleType::Guided) { in Enter()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3382 ENUM_CLASS(ScheduleType, Static, Dynamic, Guided, Auto, Runtime)
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst2010 Profile Guided Optimization
4212 - Profile Guided Optimization (PGO): ``-fprofile-instr-generate``
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td1941 PGO (Profile-Guided Optimization) or at optimization level 0.