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

/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp223 bool matchForBlockDiff(Instruction *L, Instruction *R);
482 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, function in class:__anon3827::FunctionDifferenceEngine
521 if (matchForBlockDiff(&*LI, &*RI)) {

Completed in 100 milliseconds