Searched refs:CallCache (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1194 CallGraphNode::CalledFunctionsVector CallCache; local
1196 CallCache.assign(I, E);
1197 I = CallCache.begin();
1198 E = CallCache.end();

Completed in 123 milliseconds