Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1625 class JoinVals { class
1742 bool valuesIdentical(VNInfo *Val0, VNInfo *Val1, const JoinVals &Other) const;
1751 ConflictResolution analyzeValue(unsigned ValNo, JoinVals &Other);
1756 void computeAssignment(unsigned ValNo, JoinVals &Other);
1773 bool taintExtent(unsigned, LaneBitmask, JoinVals&,
1786 bool isPrunedValue(unsigned ValNo, JoinVals &Other);
1789 JoinVals(LiveRange &LR, unsigned Reg, unsigned SubIdx, LaneBitmask LaneMask, in JoinVals() function in __anona927d7ac0211::JoinVals
1801 bool mapValues(JoinVals &Other);
1805 bool resolveConflicts(JoinVals &Other);
1810 void pruneValues(JoinVals &Other, SmallVectorImpl<SlotIndex> &EndPoints,
[all …]