Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Broken

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.
210 // If the module is broken, abort at this time.
221 /// abortIfBroken - If the module is broken and we are supposed to abort on
225 if (!Broken) return false;
226 MessagesStr << "Broken module found, ";
337 Broken = true;
346 Broken = true;
355 Broken = true;
1988 return V->Broken;
2001 if (ErrorInfo && V->Broken)
2003 return V->Broken;