Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.cpp61 ReMatId = MAX_STACK_SLOT+1; in runOnMachineFunction()
151 Virt2ReMatIdMap[virtReg] = ReMatId; in assignVirtReMatId()
152 return ReMatId++; in assignVirtReMatId()
DVirtRegMap.h123 int ReMatId; variable
150 ReMatId(MAX_STACK_SLOT+1), in VirtRegMap()