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 510 unsigned Broken = 0;
672 ++Broken;
679 return Broken;
PostRASchedulerList.cpp 383 unsigned Broken =
387 if (Broken != 0) {
397 NumFixedAnti += Broken;
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 86 Value *handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L);
210 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken,
230 NewPhi->addIncoming(Broken, From);
235 Value *PhiArg = handleLoopCondition(Incoming, Broken, L);
257 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
271 Value *Args[] = { Cond, Broken };
285 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
289 Value *Arg = handleLoopCondition(Cond, Broken, L);
294 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
215 /// return the merged module. The Broken argument will be set to true if the
223 bool &Broken) {
228 Broken = BD.diffProgram(M1.get(), "", "", false, &Error);
272 bool Broken =
277 return Broken;
324 // has broken. If something broke, then we'll inform the user and stop
382 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 88 bool Broken;
91 : OS(OS), M(nullptr), Broken(false) {}
163 Broken = true;
245 Broken = false;
252 return !Broken;
258 Broken = false;
295 return !Broken;
    [all...]

Completed in 981 milliseconds