Home
last modified time | relevance | path

Searched refs:terminators (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst30 beginning with the entry blocks. If the terminators seem to match,
/external/icu4c/i18n/
Drbnf.cpp491 const UChar* terminators; in nextString() local
496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; in nextString()
498 terminators = NOQUOTE_STOPLIST; in nextString()
501 while (p < e && !inList(*p, terminators)) ++p; in nextString()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll619 ; terminators for such constructs.
/external/icu4c/test/testdata/
Drbbitst.txt344 # test for bug #4158381: No breaks when there are no terminators around
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst371 instruction <../LangRef.html#terminators>`_ such as return or branch.
DLangImpl5.rst339 flow instruction <../LangRef.html#terminators>`_ such as return or
/external/llvm/docs/
DLangRef.rst565 :ref:`terminator <terminators>` instruction (such as a branch or function
2084 instruction <terminators>` if the terminator instruction has
2932 of instructions: :ref:`terminator instructions <terminators>`, :ref:`binary
/external/v8/
DChangeLog990 Fixed V8 to count line terminators in multi-line comments.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1615516 One side effect of the firefox model is that any line terminators
DChangeLog-2009-06-164811 two-character line terminators.
/external/webkit/Source/WebCore/
DChangeLog-2005-12-19219 Test: fast/text/international/bidi-european-terminators.html