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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 336 /// ValueIsPHI - Check if the instruction that defines the specified register
338 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) {
342 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
345 MachineInstr *PHI = ValueIsPHI(Val, Updater);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 318 /// ValueIsPHI - Check if a value is a PHI.
320 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) {
324 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
327 PHINode *PHI = ValueIsPHI(Val, Updater);

Completed in 1674 milliseconds