Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1280 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in notifyFailed() local
1281 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in notifyFailed()
1283 assert(UnemittedDepI->second.count(Name) && in notifyFailed()
1285 UnemittedDepI->second.erase(Name); in notifyFailed()
1286 if (UnemittedDepI->second.empty()) in notifyFailed()
1287 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in notifyFailed()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1173 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols() local
1174 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in failSymbols()
1176 assert(UnemittedDepI->second.count(Name) && in failSymbols()
1178 UnemittedDepI->second.erase(Name); in failSymbols()
1179 if (UnemittedDepI->second.empty()) in failSymbols()
1180 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in failSymbols()