Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp114 class FunctionDifferenceEngine { class
229 const FunctionDifferenceEngine &fde;
230 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter()
764 FunctionDifferenceEngine *this_() { return this; } in this_()
767 FunctionDifferenceEngine(DifferenceEngine &Engine, in FunctionDifferenceEngine() function in __anoncf3dc2d70111::FunctionDifferenceEngine
798 bool FunctionDifferenceEngine::matchForBlockDiff(const Instruction *L, in matchForBlockDiff()
803 void FunctionDifferenceEngine::runBlockDiff(BasicBlock::const_iterator LStart, in runBlockDiff()
968 FunctionDifferenceEngine(*this).diff(L, R); in diff()
1030 return FunctionDifferenceEngine(*this, GVL, GVR) in equivalentAsOperands()