Searched refs:SwiftErrorVals (Results 1 – 2 of 2) sorted by relevance
88 SwiftErrorVals.clear(); in setFunction()104 SwiftErrorVals.push_back(&*AI); in setFunction()111 SwiftErrorVals.push_back(Alloca); in setFunction()121 if (SwiftErrorVals.empty()) in createEntriesInEntryBlock()128 for (const auto *SwiftErrorVal : SwiftErrorVals) { in createEntriesInEntryBlock()153 if (SwiftErrorVals.empty()) in propagateVRegs()160 for (const auto *SwiftErrorVal : SwiftErrorVals) { in propagateVRegs()262 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
66 SwiftErrorValues SwiftErrorVals; variable