reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/InstCombine/InstCombineWorklist.h
   36   bool isEmpty() const { return Worklist.empty(); }
   41     if (WorklistMap.insert(std::make_pair(I, Worklist.size())).second) {
   43       Worklist.push_back(I);
   56     assert(Worklist.empty() && "Worklist must be empty to add initial group");
   57     Worklist.reserve(List.size()+16);
   64       Worklist.push_back(I);
   74     Worklist[It->second] = nullptr;
   80     Instruction *I = Worklist.pop_back_val();