Searched defs:MustBeExecutedContextExplorer (Results 1 – 1 of 1) sorted by relevance
373 struct MustBeExecutedContextExplorer { struct392 ~MustBeExecutedContextExplorer() { in ~MustBeExecutedContextExplorer() argument398 using iterator = MustBeExecutedIterator;399 using const_iterator = const MustBeExecutedIterator;402 iterator &begin(const Instruction *PP) { in begin()410 const_iterator &begin(const Instruction *PP) const { in begin()416 iterator &end() { return EndIterator; } in end()417 iterator &end(const Instruction *) { return EndIterator; } in end()419 const_iterator &end() const { return EndIterator; } in end()420 const_iterator &end(const Instruction *) const { return EndIterator; } in end()[all …]