Home
last modified time | relevance | path

Searched refs:LBPI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyBranchProbabilityInfo.cpp42 LBPI->getCalculated().print(OS); in print()
55 void LazyBranchProbabilityInfoPass::releaseMemory() { LBPI.reset(); } in releaseMemory()
60 LBPI = llvm::make_unique<LazyBranchProbabilityInfo>(&F, &LI, &TLI); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyBranchProbabilityInfo.h85 std::unique_ptr<LazyBranchProbabilityInfo> LBPI; variable
93 BranchProbabilityInfo &getBPI() { return LBPI->getCalculated(); } in getBPI()
96 const BranchProbabilityInfo &getBPI() const { return LBPI->getCalculated(); } in getBPI()