Searched refs:AddPHIOperand (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp321 /// AddPHIOperand - Add the specified value as an operand of the PHI for
323 static void AddPHIOperand(MachineInstr *PHI, Register Val, function in class:llvm::SSAUpdaterTraits
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h403 Traits::AddPHIOperand(PHI, PredInfo->AvailableVal, Pred);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp326 /// AddPHIOperand - Add the specified value as an operand of the PHI for
328 static void AddPHIOperand(PHINode *PHI, Value *Val, BasicBlock *Pred) { function in class:llvm::SSAUpdaterTraits
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4044 /// AddPHIOperand - Add the specified value as an operand of the PHI for
4046 static void AddPHIOperand(LDVSSAPhi *PHI, BlockValueNum Val, LDVSSABlock *Pred) {

Completed in 104 milliseconds