Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:caller

1046       const Function *caller = bb->getParent();
1047 if (!caller)
1049 if (seenMap.find(caller) != seenMap.end())
1092 const Function *caller = bb->getParent();
1093 if (!caller)
1096 // If a caller has already been seen, then the caller is
1099 if (seenMap.find(caller) != seenMap.end()) {