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 335 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
337 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) {
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 353 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater);
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 327 /// ValueIsNewPHI - Like ValueIsPHI but also check if the PHI has no source
329 static PHINode *ValueIsNewPHI(Value *Val, SSAUpdater *Updater) {

Completed in 139 milliseconds