Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceLiveness.cpp55 ++Nodes[Index].NumLocals; in initInternal()
67 N.LiveToVarMap.assign(N.NumLocals, nullptr); in initInternal()
68 N.NumLocals = 0; in initInternal()
90 LiveIndex = Nodes[NodeIndex].NumLocals++; in initInternal()
117 MaxLocals = std::max(MaxLocals, Node.NumLocals); in initInternal()
DIceLiveness.h47 SizeT NumLocals = 0; variable
80 return NumGlobals + Nodes[Node->getIndex()].NumLocals; in getNumVarsInNode()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp765 P.printNumber("Number of locals", Fpo.NumLocals); in dumpFpoStream()
/external/llvm/include/llvm/Object/
DCOFF.h1018 support::ulittle32_t NumLocals; // cdwLocals: # bytes in locals/4 member