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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 159 auto *PhiDef = dyn_cast<PHINode>(V);
164 BasicBlock *BB = PhiDef->getIncomingBlock(i);
180 for (unsigned i = 0, e = PhiDef->getNumIncomingValues(); i != e; ++i) {
182 Value *PhiOpnd = PhiDef->getIncomingValue(i);
197 MDBuilder MDB(PhiDef->getContext());
199 // There are two situations in which an operand of the PhiDef comes
203 // successor is the PhiDef's enclosing block.
207 auto *OpndIncomingBB = PhiDef->getIncomingBlock(i);
213 if (OpndIncomingBB == BI->getParent() && Succ == PhiDef->getParent())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFMIPeephole.cpp 95 MachineInstr *PhiDef = MRI->getVRegDef(opnd.getReg());
97 if (!PhiDef || PhiDef->isPHI() || PhiDef->getOpcode() == BPF::COPY)
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 127 milliseconds