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 351 /// GetPHIValue - For the specified PHI instruction, return the register
353 static unsigned GetPHIValue(MachineInstr *PHI) {
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 447 ValT PHIVal = Traits::GetPHIValue(PHI);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 333 /// GetPHIValue - For the specified PHI instruction, return the value
335 static Value *GetPHIValue(PHINode *PHI) {

Completed in 26 milliseconds