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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h1 //===- InstCombineWorklist.h - Worklist for InstCombine pass ----*- C++ -*-===//
24 /// InstCombineWorklist - This is the worklist management logic for
26 class LLVM_LIBRARY_VISIBILITY InstCombineWorklist { class in namespace:llvm
30 void operator=(const InstCombineWorklist&RHS) LLVM_DELETED_FUNCTION;
31 InstCombineWorklist(const InstCombineWorklist&) LLVM_DELETED_FUNCTION;
33 InstCombineWorklist() {} function in class:llvm::InstCombineWorklist
H A DInstCombine.h13 #include "InstCombineWorklist.h"
73 InstCombineWorklist &Worklist;
76 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
97 InstCombineWorklist Worklist;

Completed in 66 milliseconds