Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp103 typedef SmallVector<LiveInterval*, 4> VirtRegVec; in allocatePhysRegs() typedef
104 VirtRegVec SplitVRegs; in allocatePhysRegs()
129 for (VirtRegVec::iterator I = SplitVRegs.begin(), E = SplitVRegs.end(); in allocatePhysRegs()