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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 336 /// GetPHIValue - For the specified PHI instruction, return the register
338 static unsigned GetPHIValue(MachineInstr *PHI) {
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 449 ValT PHIVal = Traits::GetPHIValue(PHI);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 298 /// GetPHIValue - For the specified PHI instruction, return the value
300 static Value *GetPHIValue(PHINode *PHI) {

Completed in 459 milliseconds