Home
last modified time | relevance | path

Searched defs:getMBPI (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBranchProbabilityInfo.h94 MachineBranchProbabilityInfo &getMBPI() { return MBPI; } in getMBPI() function
95 const MachineBranchProbabilityInfo &getMBPI() const { return MBPI; } in getMBPI() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockFrequencyInfo.cpp311 const MachineBranchProbabilityInfo *MachineBlockFrequencyInfo::getMBPI() const { in getMBPI() function in MachineBlockFrequencyInfo