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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineSSAUpdater.cpp331 /// ValueIsPHI - Check if the instruction that defines the specified register
333 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
337 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
340 MachineInstr *PHI = ValueIsPHI(Val, Updater);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSSAUpdater.cpp321 /// ValueIsPHI - Check if a value is a PHI.
323 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
327 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
330 PHINode *PHI = ValueIsPHI(Val, Updater);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h422 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater);

Completed in 108 milliseconds