Searched defs:setBranchWeights (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | ProfDataUtils.cpp | 187 void setBranchWeights(Instruction &I, ArrayRef<uint32_t> Weights) { setBranchWeights() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | PGOInstrumentation.cpp | 1556 void PGOUseFunc::setBranchWeights() { setBranchWeights() function in PGOUseFunc |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 863 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { setBranchWeights() function |