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

/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp346 /// GetPHIValue - For the specified PHI instruction, return the register
348 static unsigned GetPHIValue(MachineInstr *PHI) { function in class:llvm::SSAUpdaterTraits
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h447 ValT PHIVal = Traits::GetPHIValue(PHI);
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp336 /// GetPHIValue - For the specified PHI instruction, return the value
338 static Value *GetPHIValue(PHINode *PHI) { function in class:llvm::SSAUpdaterTraits

Completed in 49 milliseconds