/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 29 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands() 41 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() 73 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local 97 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
|
D | CFG.cpp | 33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 160 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
D | Loads.cpp | 55 SmallPtrSetImpl<const Value *> &Visited) { in isDereferenceableAndAlignedPointer() 133 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
|
D | ModuleSummaryAnalysis.cpp | 91 SmallPtrSet<const User *, 8> &Visited) { in findRefEdges() 263 SmallPtrSet<const User *, 8> Visited; in computeFunctionSummary() local 576 SmallPtrSet<const User *, 8> Visited; in computeVariableSummary() local
|
D | LazyCallGraph.cpp | 82 SmallPtrSet<Constant *, 16> Visited; in populateSlow() local 191 SmallPtrSet<Constant *, 16> Visited; in LazyCallGraph() local 270 SmallPtrSet<const SCC *, 16> Visited = {this}; in isAncestorOf() local 373 SmallPtrSet<const RefSCC *, 4> Visited; in isAncestorOf() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFG.h | 157 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
|
D | DemandedBits.h | 78 SmallPtrSet<Instruction*, 32> Visited; variable
|
D | IntervalIterator.h | 91 std::set<BasicBlock *> Visited; variable
|
D | BasicAliasAnalysis.h | 164 SmallPtrSet<const Value *, 16> Visited; variable
|
/third_party/rust/crates/cxx/syntax/ |
D | toposort.rs | 7 Visited, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 519 DenseMap<Value *, std::set<Value *>> &Visited) { in getBaseValues() 560 DenseMap<Instruction *, bool> &Visited) { in checkHoistValue() 918 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 939 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 972 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 980 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 1083 DenseMap<Instruction *, bool> Visited; in shouldSplit() local 1095 DenseMap<Value *, std::set<Value *>> Visited; in shouldSplit() local 1414 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local 1426 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 61 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
D | AMDGPUUnifyDivergentExitNodes.cpp | 102 SmallPtrSet<BasicBlock *, 8> Visited; in isUniformlyReached() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 159 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease() 450 SmallPtrSetImpl<const BasicBlock *> &Visited, bool &TailOkForStoreStrongs, in tryToPeepholeInstruction() 581 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
|
D | ProvenanceAnalysis.cpp | 85 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
|
D | DependencyAnalysis.cpp | 223 SmallPtrSetImpl<const BasicBlock *> &Visited, in FindDependencies()
|
D | ObjCARCOpts.cpp | 1093 SmallPtrSet<const BasicBlock *, 4> Visited; in OptimizeIndividualCallImpl() local 1579 SmallPtrSet<BasicBlock *, 16> Visited; in ComputePostOrders() local 2194 SmallPtrSetImpl<const BasicBlock *> &Visited, in HasSafePathToPredecessorCall() 2219 SmallPtrSetImpl<const BasicBlock *> &Visited, in FindPredecessorRetainWithSafePath() 2278 SmallPtrSet<const BasicBlock *, 4> Visited; in OptimizeReturns() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 58 SetType Visited; variable 74 SetType &Visited; variable
|
D | SCCIterator.h | 163 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 45 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
|
D | GuardWidening.cpp | 169 SmallPtrSet<const Instruction *, 8> Visited; in isAvailableAt() local 233 SmallPtrSet<const Value *, 8> Visited; in parseRangeChecks() local 582 SmallPtrSetImpl<const Value *> &Visited) { in parseRangeChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 131 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 190 bool FastDivInsertionTask::isHashLikeValue(Value *V, VisitedSetTy &Visited) { in isHashLikeValue() 232 VisitedSetTy &Visited) { in getValueRange()
|
D | CloneModule.cpp | 192 SmallPtrSet<const void*, 8> Visited; in CloneModule() local
|