Searched defs:InstCombineWorklist (Results 1 - 1 of 1) 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

Completed in 61 milliseconds