Searched refs:SwiftErrorAddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp269 const Value *SwiftErrorAddr = nullptr; local
274 assert(!SwiftErrorAddr && "Cannot have multiple swifterror arguments");
275 SwiftErrorAddr = &*Arg;
276 assert(SwiftErrorAddr->isSwiftError() &&
278 getOrCreateVRegUseAt(&*It, MBB, SwiftErrorAddr);
280 if (!SwiftErrorAddr)
284 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr);
296 const Value *SwiftErrorAddr = SI->getOperand(1); local
297 if (!SwiftErrorAddr->isSwiftError())
301 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr);
[all...]

Completed in 106 milliseconds