Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h115 void applyFlowInference(const ProfiParams &Params, FlowFunction &Func);
116 void applyFlowInference(FlowFunction &Func);
213 applyFlowInference(Func); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1323 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference() function in llvm
1365 void llvm::applyFlowInference(FlowFunction &Func) { in applyFlowInference() function in llvm
1378 applyFlowInference(Params, Func); in applyFlowInference()