Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp171 li.incrementWeight( in ScanForSpillSlotRefs()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h719 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight() function