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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 335 enum DistType { Local, Exit, Backedge };
336 DistType Type;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
381 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 362 enum DistType { Local, Exit, Backedge };
363 DistType Type = Local;
368 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
413 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
    [all...]

Completed in 93 milliseconds