Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp229 bool matchForBlockDiff(const Instruction *L, const Instruction *R);
637 bool FunctionDifferenceEngine::matchForBlockDiff(const Instruction *L, in matchForBlockDiff() function in __anon246d63510111::FunctionDifferenceEngine
676 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()