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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2358 SmallVectorImpl<std::pair<SlotIndex, LaneBitmask>> &TaintExtent);
2827 SmallVectorImpl<std::pair<SlotIndex, LaneBitmask>> &TaintExtent) {
2850 TaintExtent.push_back(std::make_pair(End, TaintedLanes));
2901 SmallVector<std::pair<SlotIndex, LaneBitmask>, 8> TaintExtent; local
2902 if (!taintExtent(i, TaintedLanes, Other, TaintExtent))
2906 assert(!TaintExtent.empty() && "There should be at least one conflict.");
2908 // Now look at the instructions from VNI->def to TaintExtent (inclusive).
2916 assert(!SlotIndex::isSameInstr(VNI->def, TaintExtent.front().first) &&
2919 Indexes->getInstructionFromIndex(TaintExtent.front().first);
2930 if (++TaintNum == TaintExtent
2826 taintExtent(unsigned ValNo, LaneBitmask TaintedLanes, JoinVals &Other, SmallVectorImpl<std::pair<SlotIndex, LaneBitmask>> &TaintExtent) argument
[all...]

Completed in 61 milliseconds