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.cpp1092 DenseMap<MachineBasicBlock *, SmallVector<TryRange, 4>> UnwindDestToTryRanges; in fixCallUnwindMismatches() local
1141 UnwindDestToTryRanges[UnwindDest].push_back( in fixCallUnwindMismatches()
1162 UnwindDestToTryRanges[getFakeCallerBlock(MF)].push_back( in fixCallUnwindMismatches()
1218 if (UnwindDestToTryRanges.empty()) in fixCallUnwindMismatches()
1222 for (auto &P : UnwindDestToTryRanges) { in fixCallUnwindMismatches()