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

  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 327 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
329 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) {
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 355 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 289 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
291 static PHINode *ValueIsNewPHI(Value *Val, SSAUpdater *Updater) {

Completed in 74 milliseconds