Searched refs:TypeI (Results 1 – 2 of 2) sorted by relevance
144 auto TypeI = Types.size(); in checkTypes() local150 for (; StackI > BlockStackStartPos && TypeI > 0; StackI--, TypeI--) { in checkTypes()154 TypeI = 0; in checkTypes()157 if (match(Stack[StackI - 1], Types[TypeI - 1])) { in checkTypes()176 if (TypeI > 0 || in checkTypes()
3030 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes() local3031 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()3036 << getAllocTypeString((uint8_t)TypeI->second) in printTotalSizes()4879 auto TypeI = ContextIdToAllocationType.find(Id); in assignFunctions() local4880 assert(TypeI != ContextIdToAllocationType.end()); in assignFunctions()4885 if (TypeI->second == AllocationType::Cold) in assignFunctions()