Searched refs:Complexity (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1374 unsigned Complexity = 0; local
1377 Complexity = 1;
1381 Complexity = 4;
1384 Complexity++;
1391 Complexity++;
1402 Complexity = 4;
1404 Complexity += 2;
1408 Complexity++;
1411 if (Complexity <= 2)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp649 unsigned Complexity = S->getSCEVType(); local
653 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) {

Completed in 68 milliseconds