Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h94 MachineBranchProbabilityInfo &getMBPI() { return MBPI; } in getMBPI() function
95 const MachineBranchProbabilityInfo &getMBPI() const { return MBPI; } in getMBPI() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp271 const MachineBranchProbabilityInfo *MachineBlockFrequencyInfo::getMBPI() const { getMBPI() function in MachineBlockFrequencyInfo