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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 1 //===- InstCombineWorklist.h - Worklist for the InstCombine pass ----------===//
23 /// InstCombineWorklist - This is the worklist management logic for
25 class LLVM_LIBRARY_VISIBILITY InstCombineWorklist {
29 void operator=(const InstCombineWorklist&RHS); // DO NOT IMPLEMENT
30 InstCombineWorklist(const InstCombineWorklist&); // DO NOT IMPLEMENT
32 InstCombineWorklist() {}
InstCombine.h 13 #include "InstCombineWorklist.h"
59 InstCombineWorklist &Worklist;
61 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
79 InstCombineWorklist Worklist;

Completed in 84 milliseconds