Lines Matching defs:AVs
545 bool findRecordInsertForms(unsigned VR, OrderedRegisterList &AVs);
546 void collectInBlock(MachineBasicBlock *B, OrderedRegisterList &AVs);
785 OrderedRegisterList &AVs) {
788 << " AVs: " << PrintORL(AVs, HRI) << "\n";
790 if (AVs.size() == 0)
808 // and find matching prefixes from AVs with the rotated RC. Such a prefix
811 iterator B = AVs.begin(), E = AVs.end();
812 // The registers in AVs are ordered according to the lexical order of
814 // ters in AVs that match a prefix of length L+1 will be contained in
864 for (unsigned SrcR : AVs) {
917 OrderedRegisterList &AVs) {
952 findRecordInsertForms(VR, AVs);
962 AVs.insert(VR);
968 collectInBlock(SB, AVs);
972 AVs.remove(VR);