Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1093 DenseMap<MachineBasicBlock *, SmallVector<TryRange, 4>> UnwindDestToTryRanges; in fixCallUnwindMismatches() local
1142 UnwindDestToTryRanges[UnwindDest].push_back( in fixCallUnwindMismatches()
1163 UnwindDestToTryRanges[getFakeCallerBlock(MF)].push_back( in fixCallUnwindMismatches()
1219 if (UnwindDestToTryRanges.empty()) in fixCallUnwindMismatches()
1223 for (auto &P : UnwindDestToTryRanges) { in fixCallUnwindMismatches()