Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1112 DenseMap<MachineBasicBlock *, SmallVector<TryRange, 4>> UnwindDestToTryRanges; in fixCallUnwindMismatches() local
1161 UnwindDestToTryRanges[UnwindDest].push_back( in fixCallUnwindMismatches()
1182 UnwindDestToTryRanges[getFakeCallerBlock(MF)].push_back( in fixCallUnwindMismatches()
1238 if (UnwindDestToTryRanges.empty()) in fixCallUnwindMismatches()
1242 for (auto &P : UnwindDestToTryRanges) { in fixCallUnwindMismatches()