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
376
BasicBlock *
NearestDom
= *PI;
378
NearestDom
= DT->findNearestCommonDominator(
NearestDom
, *PI);
381
if (Node->getIDom()->getBlock() !=
NearestDom
) {
382
DT->changeImmediateDominator(BB,
NearestDom
);
/external/llvm/lib/CodeGen/
SplitKit.cpp
726
SmallVector<DomPair, 8>
NearestDom
(Parent->getNumValNums());
742
DomPair &Dom =
NearestDom
[ParentVNI->id];
786
DomPair &Dom =
NearestDom
[i];
807
const DomPair &Dom =
NearestDom
[ParentVNI->id];
[
all
...]
Completed in 74 milliseconds