Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp213 NewCS->setProfWeight(W); in DeleteDeadVarargs()
951 NewCS->setProfWeight(W); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp340 NewCS->setProfWeight(W); in doPromotion()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h305 void setProfWeight(uint64_t W);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp777 void Instruction::setProfWeight(uint64_t W) { in setProfWeight() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4550 NewCS->setProfWeight(W); in transformConstExprCastCall()