Searched defs:NodeIndex (Results 1 – 7 of 7) sorted by relevance
89 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in initInternal() local138 SizeT NodeIndex = Node->getIndex(); in getVariable() local
270 for (auto NodeIndex : LoopBody) { in ComputeLoopInfo() local
814 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in getVarStackSlotParams() local881 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in assignVarStackSlots() local
608 for (auto NodeIndex : Body) { in findLoopInvariantInstructions() local715 SizeT NodeIndex = 0; in shortCircuitJumps() local
130 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in assignVarStackSlots() local
270 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function