/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PhiValues.cpp | 87 ConstValueSet &Reachable = ReachableMap[RootDepthNumber]; in processPhi() local 90 Reachable.insert(ComponentPhi); in processPhi() 102 Reachable.insert(It->second.begin(), It->second.end()); in processPhi() 105 Reachable.insert(Op); in processPhi() 120 for (const Value *V : Reachable) in processPhi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 91 auto I = Reachable.find(From); in canReach() 92 if (I == Reachable.end()) in canReach() 122 DenseMap<MachineBasicBlock *, BlockSet> Reachable; member in __anone215d2470111::ReachabilityGraph 134 Reachable[MBB].insert(Succ); in calculate() 148 if (Reachable[Pred].insert(Succ).second) { in calculate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 104 df_iterator_default_set<MachineBasicBlock*> Reachable; in runOnMachineFunction() local 113 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction() 123 if (!Reachable.count(BB)) { in runOnMachineFunction()
|
D | PrologEpilogInserter.cpp | 1147 df_iterator_default_set<MachineBasicBlock*> Reachable; in replaceFrameIndices() local 1150 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() 1156 assert(Reachable.count(StackPred) && in replaceFrameIndices() 1167 if (Reachable.count(&BB)) in replaceFrameIndices()
|
D | MachineVerifier.cpp | 2778 df_iterator_default_set<const MachineBasicBlock*> Reachable; in verifyStackFrame() local 2783 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() 2791 assert(Reachable.count(StackPred) && in verifyStackFrame() 2829 if (Reachable.count(*I) && in verifyStackFrame() 2845 if (Reachable.count(*I) && in verifyStackFrame()
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCReachabilityFlagNames.xmacro.h | 47 GRPC_XMACRO_ITEM(reachable, Reachable)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2030 SmallPtrSetImpl<BasicBlock *> &Reachable, in markAliveBlocks() argument 2035 Reachable.insert(BB); in markAliveBlocks() 2186 if (Reachable.insert(Successor).second) in markAliveBlocks() 2233 SmallPtrSet<BasicBlock *, 16> Reachable; in removeUnreachableBlocks() local 2234 bool Changed = markAliveBlocks(F, Reachable, DTU); in removeUnreachableBlocks() 2237 if (Reachable.size() == F.size()) in removeUnreachableBlocks() 2240 assert(Reachable.size() < F.size()); in removeUnreachableBlocks() 2241 NumRemoved += F.size() - Reachable.size(); in removeUnreachableBlocks() 2246 if (Reachable.find(&BB) != Reachable.end()) in removeUnreachableBlocks()
|
D | BasicBlockUtils.cpp | 119 df_iterator_default_set<BasicBlock*> Reachable; in EliminateUnreachableBlocks() local 122 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks() 128 if (!Reachable.count(&*I)) { in EliminateUnreachableBlocks()
|
/third_party/typescript/tests/baselines/reference/ |
D | tryCatchFinallyControlFlow.errors.txt | 276 x; // Reachable
|
D | tryCatchFinallyControlFlow.types | 588 x; // Reachable
|
D | tryCatchFinallyControlFlow.symbols | 444 x; // Reachable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 249 BitVector Reachable(NumNodes); in computeInOutEdges() local 257 Reachable.set(Index); in computeInOutEdges() 262 if (!Reachable.test(SuccIndex)) in computeInOutEdges() 268 if (Reachable.test(Source)) { in computeInOutEdges()
|
/third_party/grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 65 | Reachable | ConnectionRequired | IsWWAN | **Category** |
|
/third_party/node/doc/guides/ |
D | investigating_native_memory_leak.md | 285 ==4174== Reachable blocks (those to which a pointer was found) are not shown.
|
/third_party/libphonenumber/ |
D | FAQ.md | 197 …ect mobile and fixed-line numbers to have certain affordances, such as: Reachable for voice calls …
|