Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp152 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() argument
195 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock() argument
237 VisitedBlocksInfoTy VisitedBlocks; queryCFG() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h62 SmallPtrSet<BasicBlock *, 8> VisitedBlocks; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp268 DenseSet<Block *> VisitedBlocks; prune() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp869 SmallDenseMap<BasicBlock *, SizeOffsetAPInt, 8> &VisitedBlocks, in findLoadSizeOffset()
983 SmallDenseMap<BasicBlock *, SizeOffsetAPInt, 8> VisitedBlocks; in visitLoadInst() local
H A DLint.cpp645 SmallPtrSet<BasicBlock *, 4> VisitedBlocks; in findValueImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp546 SmallPtrSet<MachineBasicBlock *, 2> VisitedBlocks; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp329 typedef SmallPtrSet<const BasicBlock *, 8> VisitedBlocks; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp744 SmallPtrSet<const BasicBlock *, 8> VisitedBlocks; in IsBlockFollowedByDeoptOrUnreachable() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2001 llvm::SmallSet<const CFGBlock *, 32> VisitedBlocks; member in __anone7bfbb230611::TrackControlDependencyCondBRVisitor