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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp341 /// GetPHIValue - For the specified PHI instruction, return the register
343 static Register GetPHIValue(MachineInstr *PHI) { function in class:llvm::SSAUpdaterTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp306 /// GetPHIValue - For the specified PHI instruction, return the value
308 static Value *GetPHIValue(PHINode *PHI) { function in class:llvm::SSAUpdaterTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h456 ValT PHIVal = Traits::GetPHIValue(PHI);

Completed in 162 milliseconds