Searched refs:IndirectTable (Results 1 – 1 of 1) sorted by relevance
1134 const auto &IndirectTable = Module->function_table; in CallIndirect() local1140 auto *Switch = InstSwitch::create(Func, IndirectTable.size(), in CallIndirect()1153 HasReturn ? InstPhi::create(Func, IndirectTable.size(), Dest) : nullptr; in CallIndirect()1155 for (uint32_t Index = 0; Index < IndirectTable.size(); ++Index) { in CallIndirect()1156 const auto &Target = Module->functions[IndirectTable[Index]]; in CallIndirect()