OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DomB
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
698
BasicBlock *
DomB
= cast<BasicBlock>(*I);
703
if (DT->dominates(B,
DomB
))
705
if (!DT->dominates(
DomB
, B))
707
DomB
= B;
709
return
DomB
;
791
BasicBlock *
DomB
= nearest_common_dominator(DT, Bs);
792
if (!
DomB
)
796
if (IdxI && !DT->dominates(IdxI->getParent(),
DomB
))
800
while (is_empty(
DomB
)) {
801
DomTreeNode *N = (*DT)[
DomB
]->getIDom()
[
all
...]
HexagonConstExtenders.cpp
1489
MachineBasicBlock *
DomB
= ED0.UseMI->getParent();
1491
Blocks.insert(
DomB
);
1496
DomB
= MDT->findNearestCommonDominator(
DomB
, MBB);
1501
// The block
DomB
should be dominated by the def of each register used
1508
assert(!DefI || MDT->dominates(DefI->getParent(),
DomB
));
1512
if (Blocks.count(
DomB
)) {
1514
MachineBasicBlock::iterator End =
DomB
->end();
1515
for (It =
DomB
->begin(); It != End; ++It)
1518
assert(It != End && "Should have found a ref in
DomB
");
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026