Home
last modified time | relevance | path

Searched refs:isReachable (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h42 bool isReachable(const CFGBlock *Src, const CFGBlock *Dst);
H A DConsumed.h184 bool isReachable() const { return Reachable; } in isReachable() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp26 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
H A DCFG.cpp5263 if (!AB.isReachable()) in isLinear()
5378 B->Preds.push_back(AdjacentBlock(this, Succ.isReachable()), C); in addSuccessor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime
380 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
H A DStackSafetyAnalysis.cpp428 if (!SL.isReachable(I)) in analyzeAllUses()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
H A Dsanitizer_deadlock_detector.h205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h155 bool isReachable(const Instruction *I) const;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h374 static bool isReachable(Sema &SemaRef, NamedDecl *D);
379 : isReachable(SemaRef, D); in isAcceptable()
H A DSema.h9320 return isReachable(D) || hasReachableDeclarationSlow(D, Modules);
14966 bool isReachable(const NamedDecl *D) { in isReachable() function
14974 return Kind == AcceptableKind::Visible ? isVisible(D) : isReachable(D); in isAcceptable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp406 static bool isReachable(const MachineInstr *From, in isReachable() function
487 bool MayClobberFrom = isReachable(Clobber, &*From, MBBTo, MDT); in hoistAndMergeSGPRInits()
488 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp323 if (!Succ.isReachable() || Queued[Succ->getBlockID()]) in throwEscapes()
2652 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings()
H A DSemaLookup.cpp2070 assert(!isReachable(D) && "not in slow case"); in hasReachableDeclarationSlow()
2108 bool LookupResult::isReachable(Sema &SemaRef, NamedDecl *D) { in isReachable() function in LookupResult
3881 if (AssociatedClasses.count(RD) && isReachable(D)) { in ArgumentDependentLookup()
H A DSemaDecl.cpp1716 assert(const_cast<Sema *>(this)->isReachable(New) && in IsRedefinitionInModule()
1717 const_cast<Sema *>(this)->isReachable(Old) && in IsRedefinitionInModule()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h861 bool isReachable() const { in isReachable() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h852 bool isReachable() const { in isReachable() function