Home
last modified time | relevance | path

Searched refs:BFI_ (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h95 BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_,
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h207 BlockFrequencyInfo *BFI_ = nullptr)
208 : F(Func), BPI(BPI_), BFI(BFI_) { in F()
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h98 bool HasProfileData_, std::unique_ptr<BlockFrequencyInfo> BFI_,
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp165 std::unique_ptr<BlockFrequencyInfo> BFI_, in runImpl() argument
178 BFI = std::move(BFI_); in runImpl()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6596 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument
6604 BFI = &BFI_; in runImpl()