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

  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 83 Value *handleLoopCondition(Value *Cond, PHINode *Broken);
206 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken) {
217 NewPhi->addIncoming(Broken, From);
222 Value *PhiArg = handleLoopCondition(Incoming, Broken);
244 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
253 Value *Args[] = { Cond, Broken };
265 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
269 Value *Arg = handleLoopCondition(Cond, Broken);
275 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
devtools.js 6 "Broken links", 1);
11 auditResults.addResult("No broken links",
12 "There are no broken links on the page!",
17 " links out of " + results.total + " are broken");
22 auditResults.addResult("Broken links found (" +
  /external/clang/test/Preprocessor/
feature_tests.c 34 #error Broken handling of target-specific builtins
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 64 // First, run the program with just the Suffix passes. If it is still broken
97 // Next, see if the program is broken if we run the "prefix" passes first,
102 // If it is not broken with the kept passes, it's possible that the prefix
212 /// an error, return NULL. If not, return the merged module. The Broken argument
219 bool &Broken) {
234 Broken = BD.diffProgram(M1, "", "", false, &Error);
282 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
286 return Broken;
333 // has broken. If something broke, then we'll inform the user and stop
390 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 534 unsigned Broken = 0;
696 ++Broken;
703 return Broken;
PostRASchedulerList.cpp 370 unsigned Broken =
374 if (Broken != 0) {
384 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 126 /* Collect a bitset of all registers that are only broken if they
766 unsigned Broken = 0;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 88 bool Broken;
91 : OS(OS), M(nullptr), Broken(false) {}
127 Broken = true;
136 Broken = true;
145 Broken = true;
151 Broken = true;
209 Broken = false;
215 return !Broken;
221 Broken = false;
251 return !Broken;
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 431 ((Broken, 13))
  /external/skia/src/sfnt/
SkPanose.h 431 ((Broken, 13))
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enroller.js 212 // Allow http appIds for http origins. (Broken, but the caller deserves
signer.js 250 // Allow http appIds for http origins. (Broken, but the caller deserves
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 760 milliseconds