Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp233 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() function in __anon246d63510111::FunctionDifferenceEngine
270 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); in diff()
307 if (diffCallSites(LI, RI, Complain)) in diff()
330 if (diffCallSites(LI, RI, Complain)) in diff()