Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h274 struct MustBeExecutedIterator { struct
286 MustBeExecutedIterator(const MustBeExecutedIterator &Other) = default; argument
288 MustBeExecutedIterator(MustBeExecutedIterator &&Other) in MustBeExecutedIterator() function
344 LLVM_ABI MustBeExecutedIterator(ExplorerTy &Explorer, const Instruction *I); argument
382 /// MustBeExecutedIterator. argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp713 MustBeExecutedIterator::MustBeExecutedIterator( in MustBeExecutedIterator() function in MustBeExecutedIterator