HomeSort by relevance Sort by last modified time
    Searched defs:VirtRegInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 119 /// VirtRegInfo - This list is a mapping from virtual register number to
122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
267 VirtRegInfo.clear();
MachineInstrBundle.h 151 /// VirtRegInfo - Information about a virtual register used by a set of operands.
153 struct VirtRegInfo {
198 VirtRegInfo analyzeVirtReg(unsigned Reg,

Completed in 25 milliseconds