HomeSort by relevance Sort by last modified time
    Searched refs:DifferenceEngine (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 1 //===-- DifferenceEngine.h - Module comparator ------------------*- C++ -*-===//
35 class DifferenceEngine {
39 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
48 DifferenceEngine &Engine;
60 DifferenceEngine(LLVMContext &context, Consumer &consumer)
llvm-diff.cpp 15 #include "DifferenceEngine.h"
45 static void diffGlobal(DifferenceEngine &Engine, Module *L, Module *R,
82 DifferenceEngine Engine(Context, Consumer);
DifferenceEngine.cpp 1 //===-- DifferenceEngine.cpp - Structural function/module comparison ------===//
15 #include "DifferenceEngine.h"
118 DifferenceEngine &Engine;
178 DifferenceEngine::Context C(Engine, L, R);
195 DifferenceEngine::Context C(Engine, L, R);
456 FunctionDifferenceEngine(DifferenceEngine &Engine) :
479 llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange
631 void DifferenceEngine::diff(Function *L, Function *R) {
649 void DifferenceEngine::diff(Module *L, Module *R) {
674 bool DifferenceEngine::equivalentAsOperands(GlobalValue *L, GlobalValue *R)
    [all...]

Completed in 34 milliseconds