OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwindDests
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
2354
&
UnwindDests
) {
2372
UnwindDests
.emplace_back(&getMBB(*EHPadBB), Prob);
2378
UnwindDests
.emplace_back(&getMBB(*EHPadBB), Prob);
2379
UnwindDests
.back().first->setIsEHScopeEntry();
2380
UnwindDests
.back().first->setIsEHFuncletEntry();
2386
UnwindDests
.emplace_back(&getMBB(*CatchPadBB), Prob);
2389
UnwindDests
.back().first->setIsEHFuncletEntry();
2391
UnwindDests
.back().first->setIsEHScopeEntry();
2468
SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1>
UnwindDests
;
2475
if (!findUnwindDestinations(EHPadBB, EHPadBBProb,
UnwindDests
))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h
274
&
UnwindDests
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
1760
&
UnwindDests
) {
1765
UnwindDests
.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob);
1766
UnwindDests
.back().first->setIsEHScopeEntry();
1772
UnwindDests
.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob);
1773
UnwindDests
.back().first->setIsEHScopeEntry();
1794
&
UnwindDests
) {
1803
findWasmUnwindDestinations(FuncInfo, EHPadBB, Prob,
UnwindDests
);
1804
assert(
UnwindDests
.size() <= 1 &&
1814
UnwindDests
.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob);
1819
UnwindDests
.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob)
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026