Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1579 class JoinVals { class
1696 bool valuesIdentical(VNInfo *Val0, VNInfo *Val1, const JoinVals &Other) const;
1705 ConflictResolution analyzeValue(unsigned ValNo, JoinVals &Other);
1710 void computeAssignment(unsigned ValNo, JoinVals &Other);
1727 bool taintExtent(unsigned, unsigned, JoinVals&,
1740 bool isPrunedValue(unsigned ValNo, JoinVals &Other);
1743 JoinVals(LiveRange &LR, unsigned Reg, unsigned SubIdx, unsigned LaneMask, in JoinVals() function in __anona927d7ac0211::JoinVals
1755 bool mapValues(JoinVals &Other);
1759 bool resolveConflicts(JoinVals &Other);
1764 void pruneValues(JoinVals &Other, SmallVectorImpl<SlotIndex> &EndPoints,
[all …]