Home
last modified time | relevance | path

Searched defs:OtherW (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp162 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2409 int ThisW = 0, OtherW = 1; in concat() local