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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 320 /// AddPHIOperand - Add the specified value as an operand of the PHI for
322 static void AddPHIOperand(MachineInstr *PHI, unsigned Val,
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 306 /// AddPHIOperand - Add the specified value as an operand of the PHI for
308 static void AddPHIOperand(PHINode *PHI, Value *Val, BasicBlock *Pred) {

Completed in 73 milliseconds