HomeSort by relevance Sort by last modified time
    Searched defs:Greedy (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRecordPattern.h 97 // Greedy is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
99 struct Greedy {
147 // If first isn't a Greedy, try to match at i once.
158 // If first is a Greedy, walk i until it doesn't match.
160 int matchFirst(Greedy<T>* first, SkRecord* record, int i) {
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 21 /// For now, the pass uses a greedy algorithm to decide where the operand
92 Greedy

Completed in 1671 milliseconds