Searched defs:DistType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h332 enum DistType { Local, Exit, Backedge }; enum in struct:llvm::BlockFrequencyInfoImplBase::Weight
333 DistType Type;
376 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);

Completed in 264 milliseconds