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 321 /// ValueIsPHI - Check if the instruction that defines the specified register
323 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) {
327 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
330 MachineInstr *PHI = ValueIsPHI(Val, Updater);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 283 /// ValueIsPHI - Check if a value is a PHI.
285 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) {
289 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
292 PHINode *PHI = ValueIsPHI(Val, Updater);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 424 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater);

Completed in 116 milliseconds