Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp3217 auto &DepEDUInfo = EDUInfos[&EDU]; in IL_removeEDUDependence() local
3218 if (!DepEDUInfo.EDU) { in IL_removeEDUDependence()
3226 DepEDUInfo.EDU = DepEDUFirstMI->second.DefiningEDU; in IL_removeEDUDependence()
3342 auto &DepEDUInfo = EDUInfos[DepMI.DefiningEDU.get()]; in IL_emit() local
3343 if (!DepEDUInfo.EDU) { in IL_emit()
3347 DepEDUInfo.EDU = DepMI.DefiningEDU; in IL_emit()
3348 for (auto &[DepDepJD, DepDeps] : DepEDUInfo.EDU->Dependencies) { in IL_emit()
3352 DepEDUInfo.NewDeps[DepDepJD].insert(DepDep); in IL_emit()
3354 DepEDUInfo.NewDeps[DepDepJD] = DepDeps; in IL_emit()
3357 DepEDUInfo.IntraEmitUsers.insert(EDU); in IL_emit()