Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp710 uint32_t OtherNumValueSites = Other.getNumValueSites(Kind); in overlap() local
711 if (ThisNumValueSites != OtherNumValueSites) { in overlap()
787 uint32_t OtherNumValueSites = Src.getNumValueSites(ValueKind); in mergeValueProfData() local
788 if (ThisNumValueSites != OtherNumValueSites) { in mergeValueProfData()