Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h45 using LiveRegsDefInfo = std::vector<int>; variable
46 LiveRegsDefInfo LiveRegs;
51 using OutRegsInfoMap = SmallVector<LiveRegsDefInfo, 4>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp58 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock()