Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp223 bool matchForBlockDiff(Instruction *L, Instruction *R);
482 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, in matchForBlockDiff() function in __anon6bb4de1d0111::FunctionDifferenceEngine
521 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp222 bool matchForBlockDiff(Instruction *L, Instruction *R);
512 bool FunctionDifferenceEngine::matchForBlockDiff(Instruction *L, in matchForBlockDiff() function in __anone2079f2b0111::FunctionDifferenceEngine
551 if (matchForBlockDiff(&*LI, &*RI)) { in runBlockDiff()