OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NearestDom
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
493
BasicBlock *
NearestDom
= *PI;
495
NearestDom
= DT->findNearestCommonDominator(
NearestDom
, *PI);
498
if (Node->getIDom()->getBlock() !=
NearestDom
) {
499
DT->changeImmediateDominator(BB,
NearestDom
);
/external/llvm/lib/CodeGen/
SplitKit.cpp
739
SmallVector<DomPair, 8>
NearestDom
(Parent->getNumValNums());
757
DomPair &Dom =
NearestDom
[ParentVNI->id];
801
DomPair &Dom =
NearestDom
[i];
824
const DomPair &Dom =
NearestDom
[ParentVNI->id];
[
all
...]
Completed in 319 milliseconds