HomeSort by relevance Sort by last modified time
    Searched refs:ValueIsPHI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 329 /// ValueIsPHI - Check if the instruction that defines the specified register
331 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) {
335 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
338 MachineInstr *PHI = ValueIsPHI(Val, Updater);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 321 /// ValueIsPHI - Check if a value is a PHI.
323 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) {
327 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
330 PHINode *PHI = ValueIsPHI(Val, Updater);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 422 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater);

Completed in 26 milliseconds