Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp341 Dist.addBackedge(Resolved, Weight); in addToDist()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h399 void addBackedge(const BlockNode &Node, uint64_t Amount) { in addBackedge() function