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 344 /// GetPHIValue - For the specified PHI instruction, return the register
346 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 336 /// GetPHIValue - For the specified PHI instruction, return the value
338 static Value *GetPHIValue(PHINode *PHI) {

Completed in 109 milliseconds