HomeSort by relevance Sort by last modified time
    Searched defs:GetPHIValue (Results 1 - 2 of 2) 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/lib/Transforms/Utils/
SSAUpdater.cpp 333 /// GetPHIValue - For the specified PHI instruction, return the value
335 static Value *GetPHIValue(PHINode *PHI) {

Completed in 59 milliseconds