Searched refs:setAnalysis (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LazyBlockFrequencyInfo.h | 63 void setAnalysis(const Function *F, const BranchProbabilityInfo *BPI, in setAnalysis() function 87 setAnalysis(nullptr, nullptr, nullptr); in releaseMemory()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyBlockFrequencyInfo.h | 41 void setAnalysis(const FunctionT *F, BranchProbabilityInfoPassT *BPIPass, in setAnalysis() function 66 setAnalysis(nullptr, nullptr, nullptr); in releaseMemory()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyBlockFrequencyInfo.h | 41 void setAnalysis(const FunctionT *F, BranchProbabilityInfoPassT *BPIPass, in setAnalysis() function 66 setAnalysis(nullptr, nullptr, nullptr); in releaseMemory()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyBlockFrequencyInfo.cpp | 58 LBFI.setAnalysis(&F, &BPIPass, &LI); in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | LazyBlockFrequencyInfo.cpp | 54 LBFI.setAnalysis(&F, &BPI, &LI); in runOnFunction()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyBlockFrequencyInfo.cpp | 58 LBFI.setAnalysis(&F, &BPIPass, &LI); in runOnFunction()
|