Searched refs:GetPHIValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp344 /// GetPHIValue - For the specified PHI instruction, return the register
346 static unsigned GetPHIValue(MachineInstr *PHI) { function in class:llvm::SSAUpdaterTraits
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp299 /// GetPHIValue - For the specified PHI instruction, return the value
301 static Value *GetPHIValue(PHINode *PHI) { function in class:llvm::SSAUpdaterTraits
/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h447 ValT PHIVal = Traits::GetPHIValue(PHI);

Completed in 114 milliseconds