HomeSort by relevance Sort by last modified time
    Searched refs:preserved (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/llvm/unittests/IR/
PassManagerTest.cpp 196 EXPECT_FALSE(PA1.preserved<TestFunctionAnalysis>());
197 EXPECT_FALSE(PA1.preserved<TestModuleAnalysis>());
199 EXPECT_FALSE(PA2.preserved<TestFunctionAnalysis>());
200 EXPECT_FALSE(PA2.preserved<TestModuleAnalysis>());
202 EXPECT_TRUE(PA3.preserved<TestFunctionAnalysis>());
203 EXPECT_TRUE(PA3.preserved<TestModuleAnalysis>());
205 EXPECT_FALSE(PA4.preserved<TestFunctionAnalysis>());
206 EXPECT_FALSE(PA4.preserved<TestModuleAnalysis>());
208 EXPECT_TRUE(PA4.preserved<TestFunctionAnalysis>());
209 EXPECT_TRUE(PA4.preserved<TestModuleAnalysis>())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util.py 39 Any trailing slash of |path| is preserved, such that the parent of
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 127 // If this proxy isn't marked as preserved, then we can't even invalidate
131 if (!PA.preserved(ID()))
156 // If this proxy isn't marked as preserved, then we can't even invalidate
160 if (!PA.preserved(ID()))
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3218530.js 28 // This tests that a global key values are preserved when used in
  /external/libunwind/doc/
unw_resume.tex 26 machine state normally involves restoring the ``preserved''
51 ``preserved'' registers are restored.
unw_getcontext.tex 22 platform-specific, but, in general, at least all preserved
unw_get_fpreg.tex 27 frames, it is normally possible to access only the preserved
unw_get_reg.tex 27 frames, it is normally possible to access only the preserved
unw_set_fpreg.tex 27 frames, it is normally possible to access only the preserved
unw_set_reg.tex 27 frames, it is normally possible to access only the preserved
libunwind.tex 98 registers that were preserved for the current stack frame (as
104 by definition, only the \emph{preserved} machine state can be accessed
106 \emph{callee-saved} (``preserved'') registers. However, in some
108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
  /external/chromium_org/v8/test/webkit/fast/js/
date-preserve-milliseconds.js 25 'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
function-toString-parentheses.js 25 "This test checks that parentheses are preserved when significant, and not added where inappropriate. " +
  /external/llvm/include/llvm/IR/
PassManager.h 56 /// \brief An abstract set of preserved analyses following a transformation pass
60 /// results were preserved by that transformation. The default set is "none",
83 /// \brief Convenience factory function for the empty preserved set.
86 /// \brief Construct a special preserved set that preserves all passes.
93 /// \brief Mark a particular pass as preserved, adding it to the set.
101 /// This is a mutating operation on this preserved set, removing all
102 /// preserved passes which are not also preserved in the argument.
119 /// This is a mutating operation on this preserved set, removing all
120 /// preserved passes which are not also preserved in the argument
136 template <typename PassT> bool preserved() const { function in class:llvm::PreservedAnalyses
142 bool preserved(void *PassID) const { function in class:llvm::PreservedAnalyses
    [all...]
  /external/llvm/lib/IR/
PassManager.cpp 193 // If this proxy isn't marked as preserved, then we can't even invalidate
197 if (!PA.preserved(ID()))
  /external/chromium_org/v8/test/mjsunit/
debug-clearbreakpointgroup.js 114 // rest are preserved.
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
330 %error Only xmm registers 6-15 must be preserved
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
330 %error Only xmm registers 6-15 must be preserved
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
330 %error Only xmm registers 6-15 must be preserved
  /external/bison/doc/
refcard.tex 91 are preserved on all copies.
116 are preserved on all copies.
  /external/chromium_org/third_party/openmax_dl/dl/api/arm/
armCOMM_s.h 164 @ states that r4-r11, sp, d8-d15 must be preserved by
  /frameworks/base/core/java/android/text/format/
DateFormat.java 185 * where stand-alone months are necessary. Lengths are preserved where meaningful,
  /build/core/
pdk_config.mk 131 # Copy with the last-modified time preserved, never follow symbolic links.
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 71 // preserved, and only hidden.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.

Completed in 263 milliseconds

1 2 3