Searched defs:AddPHIOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp306 /// AddPHIOperand - Add the specified value as an operand of the PHI for
308 static void AddPHIOperand(MachineInstr *PHI, unsigned Val, function in class:llvm::SSAUpdaterTraits
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp271 /// AddPHIOperand - Add the specified value as an operand of the PHI for
273 static void AddPHIOperand(PHINode *PHI, Value *Val, BasicBlock *Pred) { function in class:llvm::SSAUpdaterTraits

Completed in 34 milliseconds