Searched refs:matchForBlockDiff (Results 1 – 1 of 1) sorted by relevance
223 bool matchForBlockDiff(Instruction *L, Instruction *R);482 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, in matchForBlockDiff() function in __anon6bb4de1d0111::FunctionDifferenceEngine521 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()