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

  /external/clang/test/Preprocessor/
feature_tests.c 33 #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
211 /// an error, return NULL. If not, return the merged module. The Broken argument
218 bool &Broken) {
233 Broken = BD.diffProgram(M1, "", "", false, &Error);
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
285 return Broken;
332 // has broken. If something broke, then we'll inform the user and stop
376 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 93 bool Broken = false;
101 Broken = true;
105 if (Broken)
106 report_fatal_error("Broken module, no Basic Block terminator!");
121 bool Broken; // Is this module found to be broken?
147 : FunctionPass(ID), Broken(false),
153 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
163 // pass manager may try to run other passes on the broken module.
179 // pass manager may try to run other passes on the broken module
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 500 unsigned Broken = 0;
650 ++Broken;
657 return Broken;
PostRASchedulerList.cpp 372 unsigned Broken =
376 if (Broken != 0) {
386 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 126 /* Collect a bitset of all registers that are only broken if they
772 unsigned Broken = 0;
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 57 // Broken IP addresses get marked as such.

Completed in 396 milliseconds