Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h386 struct MustBeExecutedContextExplorer { struct
409 : ExploreInterBlock(ExploreInterBlock), in ExploreInterBlock()
416 using iterator = MustBeExecutedIterator;
420 iterator &begin(const Instruction *PP) { in begin()
434 iterator &end() { return EndIterator; } in end()
516 const bool ExploreInterBlock;
517 const bool ExploreCFGForward;
518 const bool ExploreCFGBackward;
526 GetterTy<const DominatorTree> DTGetter;
538 InstructionIteratorMap;
[all …]