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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1615 SmallVectorImpl<std::pair<SlotIndex, unsigned> > &TaintExtent) {
1638 TaintExtent.push_back(std::make_pair(End, TaintedLanes));
1688 SmallVector<std::pair<SlotIndex, unsigned>, 8> TaintExtent; local
1689 if (!taintExtent(i, TaintedLanes, Other, TaintExtent))
1693 assert(!TaintExtent.empty() && "There should be at least one conflict.");
1695 // Now look at the instructions from VNI->def to TaintExtent (inclusive).
1703 assert(!SlotIndex::isSameInstr(VNI->def, TaintExtent.front().first) &&
1706 Indexes->getInstructionFromIndex(TaintExtent.front().first);
1717 if (++TaintNum == TaintExtent.size())
1719 LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNu
1614 taintExtent(unsigned ValNo, unsigned TaintedLanes, JoinVals &Other, SmallVectorImpl<std::pair<SlotIndex, unsigned> > &TaintExtent) argument
[all...]

Completed in 166 milliseconds