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

/external/llvm/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); // DO NOT IMPLEMENT
30 InstCombineWorklist(const InstCombineWorklist&); // DO NOT IMPLEMENT
32 InstCombineWorklist() {} function in class:llvm::InstCombineWorklist

Completed in 83 milliseconds