Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp143 const SmallPtrSet<const Function *, N>& Reachable, Module &M) { in removeUnreachableFunctions()
196 SmallPtrSet<const Function *, 32> Reachable; in run() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp318 llvm::BitVector &Reachable, in scanFromBlock()
385 llvm::BitVector &Reachable) { in scanMaybeReachableFromBlock()
396 llvm::BitVector &Reachable; member in __anon5ae95f9f0111::DeadCodeScan
729 llvm::BitVector &Reachable) { in ScanReachableFromBlock()
H A DCFG.cpp6041 bool Reachable = true; in print_block() local
6079 bool Reachable = true; in print_block() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp109 bool Reachable : 1; runOnMachineFunction() member
H A DUnreachableBlockElim.cpp98 df_iterator_default_set<MachineBasicBlock*> Reachable; in runOnMachineFunction() local
H A DBreakFalseDeps.cpp295 df_iterator_default_set<MachineBasicBlock *> Reachable; in runOnMachineFunction() local
H A DMachineVerifier.cpp3806 df_iterator_default_set<const MachineBasicBlock*> Reachable; in verifyStackFrame() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp86 ConstValueSet &Reachable = ReachableMap[RootDepthNumber]; in processPhi() local
H A DScalarEvolution.cpp14140 SmallPtrSetImpl<BasicBlock *> &Reachable, Function &F) { in getReachableBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h167 df_iterator_default_set<const BasicBlockT *> Reachable; in apply() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp142 llvm::DenseSet<LocIdentifier> Reachable; member in __anond1e6f8ae0311::UnexploredFirstStack
H A DProgramState.cpp677 llvm::iterator_range<region_iterator> Reachable, in scanReachableSymbols()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp114 auto Reachable = [](Node *From, Node *N) { in replaceChildRangeLowLevel() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp134 DenseMap<MachineBasicBlock *, BlockSet> Reachable; member in __anon5f812d3b0111::ReachabilityGraph
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h883 llvm::iterator_range<region_iterator> Reachable) const { in scanReachableSymbols()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp792 llvm::BitVector Reachable(Scopes.size(), false); in VerifyIndirectJumps() local
H A DAnalysisBasedWarnings.cpp350 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs()); in visitReachableThrows() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2973 SmallPtrSetImpl<BasicBlock *> &Reachable, in markAliveBlocks()
3210 SmallPtrSet<BasicBlock *, 16> Reachable; in removeUnreachableBlocks() local
H A DBasicBlockUtils.cpp127 df_iterator_default_set<BasicBlock*> Reachable; in EliminateUnreachableBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp434 SmallPtrSetImpl<Metadata *> &Reachable, in isDILocationReachable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8987 enum class AcceptableKind { Visible, Reachable }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5218 SmallSet<BasicBlock *, 8> Reachable; in applySimd() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3373 enum class Reachable { enum