Home
last modified time | relevance | path

Searched defs:MustBeExecutedContextExplorer (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h386 struct MustBeExecutedContextExplorer { struct
409 : 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 …]