Home | History | Annotate | Download | only in NVPTX

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 is
808 if (seenMap.find(caller) != seenMap.end()) {