OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentMBB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
301
return
ParentMBB
&& SuccessMBB && FailureMBB;
305
return
ParentMBB
&& !SuccessMBB && !FailureMBB;
315
ParentMBB
= MBB;
327
/// stack protector for (
ParentMBB
).
333
ParentMBB
= nullptr;
350
MachineBasicBlock *getParentMBB() { return
ParentMBB
; }
362
MachineBasicBlock *
ParentMBB
= nullptr;
365
/// terminators of
ParentMBB
.
372
/// Add a successor machine basic block to
ParentMBB
. If the successor mbb
376
MachineBasicBlock *
ParentMBB
,
[
all
...]
SelectionDAGISel.cpp
1770
MachineBasicBlock *
ParentMBB
= SDB->SPDescriptor.getParentMBB();
1773
FuncInfo->MBB =
ParentMBB
;
1775
FindSplitPointForStackProtector(
ParentMBB
, *TII);
1776
SDB->visitSPDescriptorParent(SDB->SPDescriptor,
ParentMBB
);
1784
MachineBasicBlock *
ParentMBB
= SDB->SPDescriptor.getParentMBB();
1794
FindSplitPointForStackProtector(
ParentMBB
, *TII);
1796
// Splice the terminator of
ParentMBB
into SuccessMBB.
1797
SuccessMBB->splice(SuccessMBB->end(),
ParentMBB
,
1799
ParentMBB
->end());
1802
FuncInfo->MBB =
ParentMBB
;
[
all
...]
SelectionDAGBuilder.cpp
2621
/// Codegen a new tail for a stack protector check
ParentMBB
which has had its
10440
/// Add a successor MBB to
ParentMBB
< creating a new MachineBB for BB if SuccMBB
10445
MachineBasicBlock *
ParentMBB
,
10450
MachineFunction *MF =
ParentMBB
->getParent();
10451
MachineFunction::iterator BBI(
ParentMBB
);
10455
// Add it as a successor of
ParentMBB
.
10456
ParentMBB
->addSuccessor(
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026