Home
last modified time | relevance | path

Searched refs:MatchByName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h218 LLVM_ABI void setCalleeName(bool MatchByName = true);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp131 void IRInstructionData::setCalleeName(bool MatchByName) { in setCalleeName() argument
154 if (!CI->isIndirectCall() && MatchByName) in setCalleeName()