HomeSort by: relevance | last modified time | path
    Searched defs:getComplexity (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 221 unsigned getComplexity() const { return Complexity; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 125 static unsigned getComplexity(Value *V) {
  /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(); }

Completed in 23 milliseconds