Searched refs:MatchByName (Results 1 – 2 of 2) sorted by relevance
207 /// name of the function if \p MatchByName is true and it is not an indirect215 /// \param MatchByName - A flag to mark whether we are using the called217 void setCalleeName(bool MatchByName = true);
132 void IRInstructionData::setCalleeName(bool MatchByName) { in setCalleeName() argument155 if (!CI->isIndirectCall() && MatchByName) in setCalleeName()