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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp618 Instruction *InstCombiner::SliceUpIllegalIntegerPHI(PHINode &FirstPhi) { argument
630 PHIsToSlice.push_back(&FirstPhi);
631 PHIsInspected.insert(&FirstPhi);
681 return ReplaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType()));
687 DEBUG(dbgs() << "SLICING UP PHI: " << FirstPhi << '\n';
782 Value *Undef = UndefValue::get(FirstPhi.getType());
785 return ReplaceInstUsesWith(FirstPhi, Undef);

Completed in 81 milliseconds