Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp338 bool matchForBlockDiff(const Instruction *L, const Instruction *R);
798 bool FunctionDifferenceEngine::matchForBlockDiff(const Instruction *L, in matchForBlockDiff() function in __anoncf3dc2d70111::FunctionDifferenceEngine
837 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()