Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.h165 void setThreshold(const BlockFrequency &Entry);
H A DSpillPlacement.cpp206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
250 void SpillPlacement::setThreshold(const BlockFrequency &Entry) { in setThreshold() function in SpillPlacement