Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h137 void applyFlowInference(const ProfiParams &Params, FlowFunction &Func);
138 void applyFlowInference(FlowFunction &Func);
235 applyFlowInference(Func);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1308 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference() function in llvm
1333 void llvm::applyFlowInference(FlowFunction &Func) { in applyFlowInference() function in llvm
1346 applyFlowInference(Params, Func); in applyFlowInference()