Home
last modified time | relevance | path

Searched refs:DistType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h366 enum DistType { Local, Exit, Backedge }; enum
367 DistType Type = Local;
372 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight()
417 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp145 Weight::DistType Type) { in add()