HomeSort by relevance Sort by last modified time
    Searched refs:BBCallbacks (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineModuleInfo.cpp 74 unsigned Index; // The index in BBCallbacks for the BasicBlock.
81 std::vector<MMIAddrLabelMapCallbackPtr> BBCallbacks;
120 // entry to BBCallbacks so we can be notified if the BB is deleted or RAUWd.
121 BBCallbacks.emplace_back(BB);
122 BBCallbacks.back().setMap(this);
123 Entry.Index = BBCallbacks.size() - 1;
150 BBCallbacks[Entry.Index] = nullptr; // Clear the callback.
177 BBCallbacks[OldEntry.Index].setPtr(New); // Update the callback.
182 BBCallbacks[OldEntry.Index] = nullptr; // Update the callback.
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 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
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 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;
115 // entry to BBCallbacks so we can be notified if the BB is deleted or RAUWd.
116 BBCallbacks.push_back(BB);
117 BBCallbacks.back().setMap(this);
118 Entry.Index = BBCallbacks.size()-1;
167 BBCallbacks[Entry.Index] = 0; // Clear the callback.
212 BBCallbacks[OldEntry.Index].setPtr(New); // Update the callback.
217 BBCallbacks[OldEntry.Index] = 0; // Update the callback
    [all...]

Completed in 180 milliseconds