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

  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
248 Value *Ret = NewPhi;
255 NewPhi->addIncoming(Broken, From);
261 NewPhi->addIncoming(PhiArg, From);
292 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
299 NewPhi->setIncomingValue(i, PhiArg);
  /art/compiler/optimizing/
bounds_check_elimination.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 804 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]);
811 NewPhi->addIncoming(NewIncoming, PHI->getIncomingBlock(I));
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
bytecode-graph-builder.cc 283 context_ = builder()->NewPhi(1, context_, control);
286 values_[i] = builder()->NewPhi(1, values_[i], control);
292 values_[index] = builder()->NewPhi(1, values_[index], control);
298 builder()->NewPhi(1, values_[accumulator_base()], control);
    [all...]

Completed in 678 milliseconds