Searched defs:ValueIsPHI (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp320 /// ValueIsPHI - Check if the instruction that defines the specified register
322 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
326 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
329 MachineInstr *PHI = ValueIsPHI(Val, Updater);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp337 /// ValueIsPHI - Check if the instruction that defines the specified register
339 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
343 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
346 MachineInstr *PHI = ValueIsPHI(Val, Updater);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp318 /// ValueIsPHI - Check if a value is a PHI.
320 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
324 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
327 PHINode *PHI = ValueIsPHI(Val, Updater);
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp284 /// ValueIsPHI - Check if a value is a PHI.
286 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
290 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
293 PHINode *PHI = ValueIsPHI(Val, Updater);

Completed in 174 milliseconds