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 30 #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 91 bool Broken = false;
99 Broken = true;
103 if (Broken)
104 report_fatal_error("Broken module, no Basic Block terminator!");
119 bool Broken; // Is this module found to be broken?
146 : FunctionPass(ID), Broken(false), RealPass(true),
152 : FunctionPass(ID), Broken(false), RealPass(true), action(ctn), Mod(0),
163 // run other passes on the broken module.
182 // run other passes on the broken module
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 505 unsigned Broken = 0;
655 ++Broken;
662 return Broken;
PostRASchedulerList.cpp 311 unsigned Broken =
315 if (Broken != 0) {
328 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 126 /* Collect a bitset of all registers that are only broken if they
777 unsigned Broken = 0;
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 57 // Broken IP addresses get marked as such.

Completed in 279 milliseconds