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