HomeSort by relevance Sort by last modified time
    Searched refs:Safe (Results 1 - 8 of 8) sorted by null

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 728 static bool TestOptimizer(BugDriver &BD, Module *Test, Module *Safe,
740 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
797 Module *Safe) {
804 // First, if the main function is in the Safe module, we must add a stub to
807 if (Function *oldMain = Safe->getFunction("main"))
830 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
834 ReturnInst::Create(Safe->getContext(), call, BB);
837 // The second nasty issue we must deal with in the JIT is that the Safe
842 // Add the resolver to the Safe module.
845 Safe->getOrInsertFunction("getPointerToNamedFunction"
    [all...]
  /external/chromium_org/chrome/browser/resources/safe_browsing/
safe_browsing_v3.js 20 // This sets up the Extended Safe Browsing Reporting opt-in.
  /external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.js 6 // used for both SSL interstitials and Safe Browsing interstitials.
17 $('body').classList.add('safe-browsing');
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 127 /// are any promotable arguments and if it is safe to promote the function (for
128 /// example, all callers are direct). If safe to promote some arguments, it
166 // pass the elements, which is always safe. This does not apply to
186 // Safe to transform, don't even bother trying to "promote" it.
268 // This load is safe if any prefix of its operands is safe to load.
272 /// Mark the given indices (ToMark) as safe in the given set of indices
273 /// (Safe). Marking safe usually means adding ToMark to Safe. However, if ther
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 40 /** If 0, no backtracking is going on. Safe to exec actions etc...
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 112 // If a MBB does not dominate loop exiting blocks then it may not safe
166 /// operands that is safe to hoist, this instruction is called to do the
184 /// obviously not safe to hoist it.
221 /// If not then a load from this mbb may not be safe to hoist.
283 /// that is safe to hoist, this instruction is called to do the dirty work.
446 // safe to hoist.
470 // register, then this is not safe. Two defs is indicated by setting a
567 bool Safe = true;
577 // not safe to hoist.
578 Safe = false
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 521 * @return {string} A URL-Safe Base64-encoded 128-bit random value. */
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 563 /// If 0, no backtracking is going on. Safe to exec actions etc...
    [all...]

Completed in 1395 milliseconds