Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h192 BranchProbabilityInfo &getBPI() { return BPI; } in getBPI() function
193 const BranchProbabilityInfo &getBPI() const { return BPI; } in getBPI() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp186 const BranchProbabilityInfo *BlockFrequencyInfo::getBPI() const { in getBPI() function in BlockFrequencyInfo