Home
last modified time | relevance | path

Searched refs:FirstPhi (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp708 Instruction *InstCombiner::SliceUpIllegalIntegerPHI(PHINode &FirstPhi) { in SliceUpIllegalIntegerPHI() argument
720 PHIsToSlice.push_back(&FirstPhi); in SliceUpIllegalIntegerPHI()
721 PHIsInspected.insert(&FirstPhi); in SliceUpIllegalIntegerPHI()
771 return ReplaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType())); in SliceUpIllegalIntegerPHI()
777 DEBUG(dbgs() << "SLICING UP PHI: " << FirstPhi << '\n'; in SliceUpIllegalIntegerPHI()
872 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI()
875 return ReplaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()