Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp144 auto TypeI = Types.size(); in checkTypes() local
150 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3030 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes() local
3031 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()
3036 << getAllocTypeString((uint8_t)TypeI->second) in printTotalSizes()
4879 auto TypeI = ContextIdToAllocationType.find(Id); in assignFunctions() local
4880 assert(TypeI != ContextIdToAllocationType.end()); in assignFunctions()
4885 if (TypeI->second == AllocationType::Cold) in assignFunctions()