Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1829 DenseMap<MachineBasicBlock *, SmallVector<TryRange, 4>> UnwindDestToTryRanges; in fixCallUnwindMismatches() local
1877 UnwindDestToTryRanges[UnwindDest].push_back( in fixCallUnwindMismatches()
1898 UnwindDestToTryRanges[getFakeCallerBlock(MF)].push_back( in fixCallUnwindMismatches()
1954 if (UnwindDestToTryRanges.empty()) in fixCallUnwindMismatches()
1960 for (auto &[UnwindDest, _] : UnwindDestToTryRanges) { in fixCallUnwindMismatches()
1972 for (auto &P : UnwindDestToTryRanges) { in fixCallUnwindMismatches()