OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexity
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h
221
unsigned
getComplexity
() const { return Complexity; }
CodeGenDAGPatterns.cpp
1402
Size += AM->
getComplexity
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp
125
if (I->isCommutative() && InstCombiner::
getComplexity
(I->getOperand(0)) <
126
InstCombiner::
getComplexity
(I->getOperand(1)))
InstCombineCompares.cpp
5574
unsigned Op0Cplxity =
getComplexity
(Op0);
5575
unsigned Op1Cplxity =
getComplexity
(Op1);
6163
if (
getComplexity
(I.getOperand(0)) <
getComplexity
(I.getOperand(1))) {
InstructionCombining.cpp
377
if (I.isCommutative() &&
getComplexity
(I.getOperand(0)) <
378
getComplexity
(I.getOperand(1)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h
125
static unsigned
getComplexity
(Value *V) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp
533
if (LAI.getPSE().getUnionPredicate().
getComplexity
() >
LoopDistribute.cpp
779
if (Pred.
getComplexity
() > (IsForced.getValueOr(false)
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
223
virtual unsigned
getComplexity
() const { return 1; }
432
unsigned
getComplexity
() const override { return Preds.size(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
1213
if (PSE.getUnionPredicate().
getComplexity
() > SCEVThreshold) {
Completed in 30 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026