HomeSort by: relevance | last modified time | path
    Searched refs:Phase (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh 62 echo " -no-compare-files Don't test that phase 2 and 3 files are identical."
292 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
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 521 // Helper to check if the current compilation phase is preparing for LTO
522 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) {
523 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink ||
524 Phase == ThinOrFullLTOPhase::FullLTOPreLink;
530 ThinOrFullLTOPhase Phase) {
579 isLTOPreLink(Phase)));
595 // Do not enable unrolling in PreLinkThinLTO phase during sample PGO
600 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt ||
666 ThinOrFullLTOPhase Phase) {
672 return buildO1FunctionSimplificationPipeline(Level, Phase);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 327 /// \p Phase indicates the current ThinLTO phase.
330 ThinOrFullLTOPhase Phase);
346 /// \p Phase indicates the current ThinLTO phase.
348 ThinOrFullLTOPhase Phase);
353 ThinOrFullLTOPhase Phase);
403 /// when IR coming into the LTO phase was first run through \c
432 /// when IR coming into the LTO phase was first run through \c
708 ThinOrFullLTOPhase Phase);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind.inc 35 _Unwind_Resume and we'll continue Phase 2 there. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind.inc 35 _Unwind_Resume and we'll continue Phase 2 there. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1132 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()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 274 // which option we used to determine the final phase.
502 /// \p Phase on the \p Input, taking in to account arguments
505 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 287 // affect the phase, starting with the earliest phases, and record which
288 // option we used to determine the final phase.
2298 // FIXME: Clean this up if we move the phase sequence into the type.
2811 // If we are generating code for the device or we are in a backend phase,
2820 // Produce the device action from the current phase up to the assemble
2821 // phase.
2826 // We have to be consistent with the host final phase.
2837 // If we didn't reach the assemble phase, we can't generate the fat
2880 // If we are past the backend phase and still have a device action, we
2888 "before the backend phase!");
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1427 Phase = AttributorPhase::UPDATE;
1440 Phase = AttributorPhase::MANIFEST;
1443 Phase = AttributorPhase::CLEANUP;
1453 assert(Phase == AttributorPhase::UPDATE &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 429 // to phase ordering between legalized code and the dag combiner. This
1773 for (int Phase = 0; Phase < 2; ++Phase) {
1782 if (Phase)
1811 if (Phase)
1835 else if (Phase)
1844 if (Phase)
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2613 enum Phase
2618 } phase = PHASE_PREFIX;
2695 if (phase == PHASE_PREFIX)
2700 phase = PHASE_NONE;
2741 phase = PHASE_NONE;
2750 if (phase != PHASE_NONE)
2752 if (prefix[phase] != c)
2753 phase = PHASE_NONE;
2754 else if (unsigned (phase + 1) == prefix_len)
2758 phase = Phase (phase + 1)
2617 } phase = PHASE_PREFIX; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2334 enum Phase
2339 } phase = PHASE_PREFIX;
2416 if (phase == PHASE_PREFIX)
2421 phase = PHASE_NONE;
2462 phase = PHASE_NONE;
2471 if (phase != PHASE_NONE)
2473 if (prefix[phase] != c)
2474 phase = PHASE_NONE;
2475 else if (unsigned (phase + 1) == prefix_len)
2479 phase = Phase (phase + 1)
2338 } phase = PHASE_PREFIX; local
    [all...]

Completed in 70 milliseconds