Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp229 bool matchForBlockDiff(const Instruction *L, const Instruction *R);
617 bool FunctionDifferenceEngine::matchForBlockDiff(const Instruction *L, in matchForBlockDiff() function in __anon3906a3ef0111::FunctionDifferenceEngine
656 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()