Home
last modified time | relevance | path

Searched refs:Explorer (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h285 : Visited(Other.Visited), Explorer(Other.Explorer), in MustBeExecutedIterator()
289 : Visited(std::move(Other.Visited)), Explorer(Other.Explorer), in MustBeExecutedIterator()
344 MustBeExecutedIterator(ExplorerTy &Explorer, const Instruction *I);
363 ExplorerTy &Explorer; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp383 MustBeExecutedContextExplorer Explorer( in runOnModule() local
391 for (const Instruction *CI : Explorer.range(&I)) in runOnModule()
804 MustBeExecutedContextExplorer &Explorer, const Instruction *I) in MustBeExecutedIterator() argument
805 : Explorer(Explorer), CurInst(I) { in MustBeExecutedIterator()
819 if (Explorer.ExploreCFGForward) in resetInstruction()
821 if (Explorer.ExploreCFGBackward) in resetInstruction()
827 Head = Explorer.getMustBeExecutedNextInstruction(*this, Head); in advance()
832 Tail = Explorer.getMustBeExecutedPrevInstruction(*this, Tail); in advance()
863 MustBeExecutedContextExplorer Explorer( in run() local
871 for (const Instruction *CI : Explorer.range(&I)) in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp683 MustBeExecutedContextExplorer &Explorer = in getAttrsFromAssumes() local
685 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes()
687 if (Explorer.findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
H A DAttributorAttributes.cpp668 MustBeExecutedContextExplorer &Explorer, in followUsesInContext() argument
672 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in followUsesInContext()
676 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in followUsesInContext()
702 MustBeExecutedContextExplorer &Explorer = in followUsesInMBEC() local
705 followUsesInContext<AAType>(AA, A, Explorer, &CtxI, Uses, S); in followUsesInMBEC()
750 Explorer.checkForAllContext(&CtxI, Pred); in followUsesInMBEC()
762 followUsesInContext(AA, A, Explorer, &BB->front(), Uses, ChildState); in followUsesInMBEC()
6033 MustBeExecutedContextExplorer &Explorer = in updateImpl() local
6149 if (!Explorer.findInContextOf(UniqueFree, CtxI)) { in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h868 Explorer(
974 return Explorer;
1086 MustBeExecutedContextExplorer Explorer;
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dwindows442 0 string Client\ UrlCache\ MMF Internet Explorer cache file
1074 # URL like File\C:\Users\nutzer\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\desktop.ini
/freebsd-13.1/contrib/bearssl/
H A DDoxyfile2322 # Note that this requires a modern browser other than Internet Explorer. Tested
/freebsd-13.1/contrib/libcbor/
H A DDoxyfile2312 # Note that this requires a modern browser other than Internet Explorer. Tested
/freebsd-13.1/contrib/ldns/
H A Dlibdns.doxygen2327 # Note that this requires a modern browser other than Internet Explorer. Tested
/freebsd-13.1/sys/dev/usb/
H A Dusbdevs3280 product MICROSOFT TBEXPLORER 0x0024 Trackball Explorer
/freebsd-13.1/contrib/tzdata/
H A DNEWS3469 removes stale pointers to World Time Explorer and WORLDTIME.
/freebsd-13.1/crypto/openssl/
H A DCHANGES8638 Internet Explorer by ensuring unchanged hash method during stepup.