Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h120 using LiveRegsDVInfo = std::vector<DomainValue *>; variable
121 LiveRegsDVInfo LiveRegs;
125 using OutRegsInfoMap = SmallVector<LiveRegsDVInfo, 4>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExecutionDomainFix.cpp172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock()
462 for (LiveRegsDVInfo OutLiveRegs : MBBOutRegsInfos) { in runOnMachineFunction()