Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp224 li.incrementWeight( in ScanForSpillSlotRefs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h720 void incrementWeight(float Inc) { Weight += Inc; } in incrementWeight() function