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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp222 bool matchForBlockDiff(Instruction *L, Instruction *R);
512 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, function in class:__anon4830::FunctionDifferenceEngine
551 if (matchForBlockDiff(&*LI, &*RI)) {

Completed in 51 milliseconds