Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h360 enum DistType { Local, Exit, Backedge }; enum
361 DistType Type = Local;
366 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight()
411 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp132 Weight::DistType Type) { in add()