Lines Matching defs:Broken
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.
221 // If the module is broken, abort at this time.
231 /// abortIfBroken - If the module is broken and we are supposed to abort on
235 if (!Broken) return false;
236 MessagesStr << "Broken module found, ";
360 Broken = true;
369 Broken = true;
378 Broken = true;
519 if (Broken)
2356 return V->Broken;
2369 if (ErrorInfo && V->Broken)
2371 return V->Broken;