Searched defs:MustBeExecutedContextExplorer (Results 1 – 6 of 6) sorted by relevance
386 struct MustBeExecutedContextExplorer { struct409 : ExploreInterBlock(ExploreInterBlock), in ExploreInterBlock()416 using iterator = MustBeExecutedIterator;417 using const_iterator = const MustBeExecutedIterator;420 iterator &begin(const Instruction *PP) { in begin()428 const_iterator &begin(const Instruction *PP) const { in begin()434 iterator &end() { return EndIterator; } in end()435 iterator &end(const Instruction *) { return EndIterator; } in end()437 const_iterator &end() const { return EndIterator; } in end()438 const_iterator &end(const Instruction *) const { return EndIterator; } in end()[all …]
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 …]