Home
last modified time | relevance | path

Searched defs:isReachable (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp26 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h109 bool isReachable(uptr from, const BV &targets) { in isReachable() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h111 bool isReachable(uptr from, const BV &targets) { in isReachable() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h181 bool isReachable() const { return Reachable; } in isReachable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp77 bool isReachable(const CFGBlock *block) const { in isReachable() function in __anon4ace36bc0111::ReachableCode
92 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc214 TEST(BVGraph, isReachable) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp46 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp362 static bool isReachable(const MachineInstr *From, in isReachable() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h833 bool isReachable() const { in isReachable() function