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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h1 //===- InstCombineWorklist.h - Worklist for the InstCombine pass ----------===//
23 /// InstCombineWorklist - This is the worklist management logic for
25 class LLVM_LIBRARY_VISIBILITY InstCombineWorklist { class in namespace:llvm
29 void operator=(const InstCombineWorklist&RHS) LLVM_DELETED_FUNCTION;
30 InstCombineWorklist(const InstCombineWorklist&) LLVM_DELETED_FUNCTION;
32 InstCombineWorklist() {} function in class:llvm::InstCombineWorklist
H A DInstCombine.h13 #include "InstCombineWorklist.h"
59 InstCombineWorklist &Worklist;
61 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
79 InstCombineWorklist Worklist;

Completed in 130 milliseconds