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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DInlineFunction.cpp283 CallGraphNode::CalledFunctionsVector CallCache; local
285 CallCache.assign(I, E);
286 I = CallCache.begin();
287 E = CallCache.end();

Completed in 87 milliseconds