OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Factors
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
578
SmallVector<ValueEntry, 8>
Factors
;
579
LinearizeExprTree(BO,
Factors
);
583
for (unsigned i = 0, e =
Factors
.size(); i != e; ++i) {
584
if (
Factors
[i].Op == Factor) {
586
Factors
.erase(
Factors
.begin()+i);
592
if (ConstantInt *FC2 = dyn_cast<ConstantInt>(
Factors
[i].Op))
595
Factors
.erase(
Factors
.begin()+i);
602
RewriteExprTree(BO,
Factors
);
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
Completed in 28 milliseconds