Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp310 llvm::BitVector &Reachable, in scanFromBlock()
377 llvm::BitVector &Reachable) { in scanMaybeReachableFromBlock()
388 llvm::BitVector &Reachable; member in __anonde68b8600111::DeadCodeScan
675 llvm::BitVector &Reachable) { in ScanReachableFromBlock()
H A DCFG.cpp5733 bool Reachable = true; in print_block() local
5771 bool Reachable = true; in print_block() local
H A DThreadSafety.cpp353 bool Reachable = false; member
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp104 df_iterator_default_set<MachineBasicBlock*> Reachable; in runOnMachineFunction() local
H A DPrologEpilogInserter.cpp1162 df_iterator_default_set<MachineBasicBlock*> Reachable; in replaceFrameIndices() local
H A DMachineVerifier.cpp3127 df_iterator_default_set<const MachineBasicBlock*> Reachable; in verifyStackFrame() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPhiValues.cpp86 ConstValueSet &Reachable = ReachableMap[RootDepthNumber]; in processPhi() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp142 llvm::DenseSet<LocIdentifier> Reachable; member in __anonc6301e2f0311::UnexploredFirstStack
H A DProgramState.cpp640 llvm::iterator_range<region_iterator> Reachable, in scanReachableSymbols()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp132 auto Reachable = [](Node *From, Node *N) { in replaceChildRangeLowLevel() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp133 DenseMap<MachineBasicBlock *, BlockSet> Reachable; member in __anon456b49fc0111::ReachabilityGraph
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h855 llvm::iterator_range<region_iterator> Reachable) const { in scanReachableSymbols()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp771 llvm::BitVector Reachable(Scopes.size(), false); in VerifyIndirectOrAsmJumps() local
H A DAnalysisBasedWarnings.cpp323 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs()); in visitReachableThrows() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2224 SmallPtrSetImpl<BasicBlock *> &Reachable, in markAliveBlocks()
2438 SmallPtrSet<BasicBlock *, 16> Reachable; in removeUnreachableBlocks() local
H A DBasicBlockUtils.cpp120 df_iterator_default_set<BasicBlock*> Reachable; in EliminateUnreachableBlocks() local