Home
last modified time | relevance | path

Searched refs:SwiftErrorVRegUpwardsUse (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h83 SwiftErrorVRegUpwardsUse; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1240 FuncInfo->SwiftErrorVRegUpwardsUse.clear(); in setupSwiftErrorVals()
1364 auto UUseIt = FuncInfo->SwiftErrorVRegUpwardsUse.find(Key); in propagateSwiftErrorVRegs()
1366 bool UpwardsUse = UUseIt != FuncInfo->SwiftErrorVRegUpwardsUse.end(); in propagateSwiftErrorVRegs()
1397 UUseIt = FuncInfo->SwiftErrorVRegUpwardsUse.find(Key); in propagateSwiftErrorVRegs()
1398 assert(UUseIt != FuncInfo->SwiftErrorVRegUpwardsUse.end()); in propagateSwiftErrorVRegs()
H A DFunctionLoweringInfo.cpp543 SwiftErrorVRegUpwardsUse[Key] = VReg; in getOrCreateSwiftErrorVReg()