Home
last modified time | relevance | path

Searched refs:LBFI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyBlockFrequencyInfo.cpp40 LBFI.getCalculated().print(OS); in print()
53 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory()
58 LBFI.setAnalysis(&F, &BPIPass, &LI); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyBlockFrequencyInfo.h102 LBFI;
110 BlockFrequencyInfo &getBFI() { return LBFI.getCalculated(); } in getBFI()
113 const BlockFrequencyInfo &getBFI() const { return LBFI.getCalculated(); } in getBFI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3066 auto LBFI = std::next(KmpTaskTQTyRD->field_begin(), KmpTaskTLowerBound); in emitProxyTaskFunction() local
3067 LValue LBLVal = CGF.EmitLValueForField(Base, *LBFI); in emitProxyTaskFunction()