Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp342 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() function in __anon35eb8c210111::FunctionDifferenceEngine
387 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); in diff()
424 if (diffCallSites(LI, RI, Complain)) in diff()
447 if (diffCallSites(LI, RI, Complain)) in diff()