OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LPad
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WasmException.cpp
85
MachineBasicBlock *
LPad
= Info->LandingPadBlock;
87
if (!MF.hasWasmLandingPadIndex(
LPad
))
91
unsigned LPadIndex = MF.getWasmLandingPadIndex(
LPad
);
EHStreamer.h
66
//
LPad
contains the landing pad start labels.
67
const LandingPadInfo *
LPad
; // Null indicates that there is no landing pad.
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp
83
LandingPadInst *
LPad
=
84
LandingPadInst::Create(ExnTy, 1, "cleanup.
lpad
", CleanupBB);
85
LPad
->setCleanup(true);
86
ResumeInst *RI = ResumeInst::Create(
LPad
, CleanupBB);
BasicBlockUtils.cpp
1238
LandingPadInst *
LPad
= OrigBB->getLandingPadInst();
1239
Instruction *Clone1 =
LPad
->clone();
1240
Clone1->setName(Twine("
lpad
") + Suffix1);
1244
Instruction *Clone2 =
LPad
->clone();
1245
Clone2->setName(Twine("
lpad
") + Suffix2);
1250
if (!
LPad
->use_empty()) {
1251
assert(!
LPad
->getType()->isTokenTy() &&
1252
"Split cannot be applied if
LPad
is token type. Otherwise an "
1254
PHINode *PN = PHINode::Create(
LPad
->getType(), 2, "
lpad
.phi", LPad)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
BlockExtractor.cpp
158
BasicBlock *
LPad
= II->getUnwindDest();
163
for (auto PredBB : predecessors(
LPad
)) {
175
SplitLandingPadPredecessors(
LPad
, Parent, ".1", ".2", NewBBs);
Completed in 55 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026