Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bbcallbacks

61     unsigned Index; // The index in BBCallbacks for the BasicBlock.
66 /// BBCallbacks - Callbacks for the BasicBlock's that we have entries for. We
68 std::vector<MMIAddrLabelMapCallbackPtr> BBCallbacks;
106 // entry to BBCallbacks so we can be notified if the BB is deleted or RAUWd.
107 BBCallbacks.emplace_back(BB);
108 BBCallbacks.back().setMap(this);
109 Entry.Index = BBCallbacks.size() - 1;
138 BBCallbacks[Entry.Index] = nullptr; // Clear the callback.
165 BBCallbacks[OldEntry.Index].setPtr(New); // Update the callback.
170 BBCallbacks[OldEntry.Index] = nullptr; // Update the callback.