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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 494 unsigned Broken = 0;
650 ++Broken;
657 return Broken;
PostRASchedulerList.cpp 370 unsigned Broken =
374 if (Broken != 0) {
384 NumFixedAnti += Broken;
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 263 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
266 PhiInserter.AddAvailableValue(Target, Broken);
277 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI);
  /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
389 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 98 bool Broken = false;
106 Broken = true;
110 if (Broken)
111 report_fatal_error("Broken module, no Basic Block terminator!");
126 bool Broken; // Is this module found to be broken?
156 : FunctionPass(ID), Broken(false),
162 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
175 // pass manager may try to run other passes on the broken module.
191 // pass manager may try to run other passes on the broken module
    [all...]

Completed in 80 milliseconds