Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h101 using VReg2SUnitMultiMap = SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor>; variable
173 VReg2SUnitMultiMap CurrentVRegDefs;
DMachineScheduler.h393 VReg2SUnitMultiMap VRegUses;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp959 VReg2SUnitMultiMap::iterator UI = VRegUses.find(Reg); in collectVRegUses()