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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DomTreeUpdater.h 30 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 };
50 /// Returns true if the current strategy is Lazy.
51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; };
97 /// 2. Lazy UpdateStrategy: Updates are submitted but only flushed when you
109 /// The Eager Strategy flushes updates immediately while the Lazy Strategy
129 /// The Eager Strategy flushes updates immediately while the Lazy Strategy
154 /// Strategy flushes this update immediately while the Lazy Strategy queues
165 /// The Eager Strategy flushes this update immediately while the Lazy Strategy
175 /// Strategy flushes this update immediately while the Lazy Strategy queues
187 /// The Eager Strategy flushes this update immediately while the Lazy Strateg
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 213 enum class Kind { Regular, Lazy, Weak };
401 /// For use iterating over all lazy bind table entries.

Completed in 30 milliseconds