Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h128 using LiveRegsDVInfo = std::vector<DomainValue *>; variable
129 LiveRegsDVInfo LiveRegs;
133 using OutRegsInfoMap = SmallVector<LiveRegsDVInfo, 4>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock()
460 for (const LiveRegsDVInfo &OutLiveRegs : MBBOutRegsInfos) in runOnMachineFunction()