Searched refs:Phase (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A Dtest-release.sh292 Phase="$1"
295 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
352 Phase="$1"
388 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
394 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
400 Phase="$1"
414 2>&1 | tee $LogDir/llvm.make-Phase
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp522 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { argument
523 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink ||
524 Phase == ThinOrFullLTOPhase::FullLTOPreLink;
530 ThinOrFullLTOPhase Phase) {
579 isLTOPreLink(Phase)));
600 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt ||
666 ThinOrFullLTOPhase Phase) {
672 return buildO1FunctionSimplificationPipeline(Level, Phase);
753 LoopRotatePass(Level != OptimizationLevel::Oz, isLTOPreLink(Phase)));
775 if (Phase !
529 buildO1FunctionSimplificationPipeline(OptimizationLevel Level, ThinOrFullLTOPhase Phase) argument
665 buildFunctionSimplificationPipeline(OptimizationLevel Level, ThinOrFullLTOPhase Phase) argument
965 buildInlinerPipeline(OptimizationLevel Level, ThinOrFullLTOPhase Phase) argument
1032 buildModuleSimplificationPipeline(OptimizationLevel Level, ThinOrFullLTOPhase Phase) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h327 /// \p Phase indicates the current ThinLTO phase.
330 ThinOrFullLTOPhase Phase);
346 /// \p Phase indicates the current ThinLTO phase.
348 ThinOrFullLTOPhase Phase);
353 ThinOrFullLTOPhase Phase);
708 ThinOrFullLTOPhase Phase);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind.inc35 _Unwind_Resume and we'll continue Phase 2 there. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind.inc35 _Unwind_Resume and we'll continue Phase 2 there. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1132 if (ForceUpdate && Phase == AttributorPhase::UPDATE)
1142 if (Phase == AttributorPhase::SEEDING && !shouldSeedAttribute(AA)) {
1187 if (Phase == AttributorPhase::MANIFEST) {
1194 AttributorPhase OldPhase = Phase;
1195 Phase = AttributorPhase::UPDATE;
1199 Phase = OldPhase;
1271 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE)
1728 /// phase is SEEDING. Phase is changed in `Attributor::run()`
1734 } Phase member in struct:Attributor
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3620 for (phases::ID Phase : types::getCompilationPhases(HeaderType))
3621 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch);
3635 // FIXME: Understand why the last Phase List length is used here.
3717 for (phases::ID Phase : PL) {
3721 Current, InputArg, Phase, PL.back(), FullPL);
3726 if (Phase == phases::Link) {
3727 assert(Phase == PL.back() && "linking must be final compilation step.");
3734 // the final Phase in the pipeline. Perhaps the merged could just merge
3735 // and then pass an artifact of some sort to the Link Phase.
3737 if (Phase
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h502 /// \p Phase on the \p Input, taking in to account arguments
505 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1427 Phase = AttributorPhase::UPDATE;
1440 Phase = AttributorPhase::MANIFEST;
1443 Phase = AttributorPhase::CLEANUP;
1453 assert(Phase == AttributorPhase::UPDATE &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1773 for (int Phase = 0; Phase < 2; ++Phase) {
1782 if (Phase)
1811 if (Phase)
1835 else if (Phase)
1844 if (Phase)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2334 enum Phase
2479 phase = Phase (phase + 1);
2333 enum Phase enum

Completed in 157 milliseconds