Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp223 bool matchForBlockDiff(Instruction *L, Instruction *R);
513 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, in matchForBlockDiff() function in __anon565615e00111::FunctionDifferenceEngine
552 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()