Lines Matching refs:caller
753 const Function *caller = bb->getParent();754 if (!caller)756 if (seenMap.find(caller) != seenMap.end())801 const Function *caller = bb->getParent();802 if (!caller)805 // If a caller has already been seen, then the caller is808 if (seenMap.find(caller) != seenMap.end()) {