Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1305 auto UnemittedDepMII = in notifyFailed() local
1307 assert(UnemittedDepMII != UnemittedDepJD.MaterializingInfos.end() && in notifyFailed()
1309 assert(UnemittedDepMII->second.Dependants.count(&JD) && in notifyFailed()
1311 assert(UnemittedDepMII->second.Dependants[&JD].count(Name) && in notifyFailed()
1313 UnemittedDepMII->second.Dependants[&JD].erase(Name); in notifyFailed()
1314 if (UnemittedDepMII->second.Dependants[&JD].empty()) in notifyFailed()
1315 UnemittedDepMII->second.Dependants.erase(&JD); in notifyFailed()