Searched refs:After (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h143 const CFG &After);
211 const IRUnitT &Before, const IRUnitT &After,
220 virtual bool same(const IRUnitT &Before, const IRUnitT &After) = 0;
271 const std::string &Before, const std::string &After,
274 bool same(const std::string &Before, const std::string &After) override;
321 // \p Before and \p After. The order is based on the order in \p After
326 report(const OrderedChangedData &Before, const OrderedChangedData &After,
347 const ChangedIRData &After, bool ColourMode)
348 : Before(Before), After(Afte
346 ChangedIRComparer(raw_ostream &OS, const ChangedIRData &Before, const ChangedIRData &After, bool ColourMode) argument
371 const ChangedIRData &After; member in class:ChangedIRComparer
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-export-literal.mk12 # After a variable whose value does not contain a '$' is exported, a following
19 # XXX: After an .export, an .export-literal has no effect, even when the
25 # After an .export, an .unexport resets the variable's exported state,
H A Dvarname-dot-makeflags.mk34 # After parsing, the environment variable 'MAKEFLAGS' is set based on the
H A Ddep-colon-bug-cross-file.mk12 # After the file has been parsed completely, it is parsed again in pass 2.
H A Dvarname-dot-parsedir.mk45 # After including another file, .PARSEDIR is reset.
H A Dvarname-dot-parsefile.mk40 # After including another file, .PARSEFILE is reset.
H A Dvarname-dot-newline.mk8 # > After all macro expansion is complete, when an escaped <newline> is
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Db-offlocmis.s5 % be handled as at 0x789abcdef0123458. After that, there's another
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dloop.s20 add #2, r1 ! After loop
42 add #3, r1 ! After loop
65 add #2, r1 ! After loop
92 add #2, r1 ! After loop
120 add #2, r1 ! After loop
155 add #3, r1 ! After loop
176 add #2, r1 ! After loop
198 add #2, r1 ! After loop
221 add #2, r1 ! After loop
245 add #2, r1 ! After loo
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dloop.s20 add #2, r1 ! After loop
42 add #3, r1 ! After loop
65 add #2, r1 ! After loop
92 add #2, r1 ! After loop
120 add #2, r1 ! After loop
155 add #3, r1 ! After loop
176 add #2, r1 ! After loop
198 add #2, r1 ! After loop
221 add #2, r1 ! After loop
245 add #2, r1 ! After loo
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp124 // Perform a system based diff between \p Before and \p After, using
128 std::string doSystemDiff(StringRef Before, StringRef After, argument
131 StringRef SR[2]{Before, After};
441 IRUnitT After;
442 generateIRRepresentation(IR, PassID, After);
445 if (same(Before, After)) {
449 handleAfter(PassID, Name, Before, After, IR);
507 Out << formatv("*** IR Dump After {0} on {1} omitted because no change ***\n",
520 formatv("*** IR Dump After {0} on {1} filtered out ***\n", PassID, Name);
548 const std::string &After, An
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h102 AccumBitVector After; member in struct:llvm::wholeprogramdevirt::VTableBits
165 return minAfterBytes() + TM->Bits->After.Bytes.size();
177 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal);
195 TM->Bits->After.setBE(Pos - 8 * minAfterBytes(), RetVal, Size);
197 TM->Bits->After.setLE(Pos - 8 * minAfterBytes(), RetVal, Size);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dgc-got-relocs.d9 # After gc-section removal we are cheking that symbol and got section
H A Dgc-tls-relocs.d10 # After gc-section removal we are cheking that symbols and got section do
H A Dgc-plt-relocs.d10 # and local functions gced. After gc-section removal we are
/netbsd-current/tests/lib/libcurses/slave/
H A Dlint.lua40 -- After each macro ARGC, there must be the corresponding macros for ARG.
/netbsd-current/etc/rc.d/
H A Dsshd32 man page. After this machine has enough entropy, re-generate
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h121 bool After);
207 /// After - upon entry or exit of every instruction
212 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { argument
218 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex());
H A DGCNIterativeScheduler.h121 const GCNRegPressure &After) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp641 BasicBlock::iterator Before(PollCall), After(PollCall);
648 After++;
649 assert(After != OrigBB->end() && "must have successor");
669 assert(isPotentiallyReachable(&*Start, &*After) &&
672 scanInlinedCode(&*Start, &*After, Calls, BBs);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h51 // .After(expectations)
56 // where all clauses are optional, and .InSequence()/.After()/
484 // An abstract handle of an expectation. Useful in the .After()
489 // EXPECT_CALL(...).After(e1)...;
563 // A set of expectation handles. Useful in the .After() clause of
570 // EXPECT_CALL(...).After(es)...;
596 // Expectation or an ExpectationSet to be used in .After().
950 ".InSequence() cannot appear after .After(),"
975 // Implements that .After() clause.
976 TypedExpectation& After(cons
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h308 /// After collapsing with Loops={i,j}, the loop is changed to
442 /// After tiling with Loops={i,j} and TileSizes={5,7}, the loop is changed to
1092 /// After
1114 BasicBlock *After; member in class:llvm::CanonicalLoopInfo
1155 BasicBlock *getAfter() const { return After; }
1189 return {After, After->begin()};
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h60 After enumerator in enum:clang::frontend::IncludeDirGroup
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S165 @ After something that looks like an IT block, but
173 @ After something that looks like an IT block, but
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S165 @ After something that looks like an IT block, but
173 @ After something that looks like an IT block, but

Completed in 399 milliseconds

1234