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

  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 209 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
210 Value *Ret = NewPhi;
217 NewPhi->addIncoming(Broken, From);
223 NewPhi->addIncoming(PhiArg, From);
238 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
245 NewPhi->setIncomingValue(i, PhiArg);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 625 milliseconds