Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1149 auto &DependantMI = DependantMII->second; in emit() local
1152 assert(DependantMI.UnemittedDependencies.count(this) && in emit()
1155 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()
1158 DependantMI.UnemittedDependencies[this].erase(Name); in emit()
1159 if (DependantMI.UnemittedDependencies[this].empty()) in emit()
1160 DependantMI.UnemittedDependencies.erase(this); in emit()
1163 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1175 DependantMI.UnemittedDependencies.empty()) { in emit()
1176 assert(DependantMI.Dependants.empty() && in emit()
1183 for (auto &Q : DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1027 void transferEmittedNodeDependencies(MaterializingInfo &DependantMI,