Searched defs:isCallee (Results 1 – 3 of 3) sorted by relevance
132 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function137 bool isCallee(const Use *U) const { in isCallee() function
150 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function155 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function
114 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function119 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function