HomeSort by: relevance | last modified time | path
    Searched refs:Broken (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 83 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
224 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) {
234 Value *Args[] = { Cond, Broken };
243 Value *Args[] = { Cond, Broken };
261 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front());
265 Value *Arg = handleLoopCondition(Cond, Broken, L, Term);
272 // of the loop at BB, it should not reset or change "Broken", which keeps
275 PHIValue = Broken;
276 Broken->addIncoming(PHIValue, Pred)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
Miscompilation.cpp 63 // First, run the program with just the Suffix passes. If it is still broken
100 // Next, see if the program is broken if we run the "prefix" passes first,
105 // If it is not broken with the kept passes, it's possible that the prefix
223 /// return the merged module. The Broken argument will be set to true if the
230 bool &Broken) {
241 Broken = *Diff;
282 Expected<bool> Broken =
287 return Broken;
331 // has broken. If something broke, then we'll inform the user and stop
387 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 530 unsigned Broken = 0;
690 ++Broken;
697 return Broken;
PostRASchedulerList.cpp 394 unsigned Broken =
398 if (Broken != 0) {
408 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 126 /* Collect a bitset of all registers that are only broken if they
804 unsigned Broken = 0;
993 ++Broken;
1002 return Broken;
  /src/tests/bin/sh/
t_option.sh 215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 134 bool Broken = false;
135 /// Broken debug info can be "recovered" from by stripping the debug info.
137 /// Whether to treat broken debug info as an error.
244 Broken = true;
262 Broken |= TreatBrokenDebugInfoAsError;
385 Broken = false;
397 return !Broken;
402 Broken = false;
432 return !Broken;
2631 // broken code (this is the Verifier after all)
    [all...]

Completed in 30 milliseconds