Home
last modified time | relevance | path

Searched defs:Visited (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp29 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
DCFG.cpp33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local
160 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
DLoads.cpp55 SmallPtrSetImpl<const Value *> &Visited) { in isDereferenceableAndAlignedPointer()
133 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
DModuleSummaryAnalysis.cpp91 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
DLazyCallGraph.cpp82 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/
DCFG.h157 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
DDemandedBits.h78 SmallPtrSet<Instruction*, 32> Visited; variable
DIntervalIterator.h91 std::set<BasicBlock *> Visited; variable
DBasicAliasAnalysis.h164 SmallPtrSet<const Value *, 16> Visited; variable
/third_party/rust/crates/cxx/syntax/
Dtoposort.rs7 Visited, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h60 bool Visited = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp519 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/
DAMDGPUAlwaysInlinePass.cpp61 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
DAMDGPUUnifyDivergentExitNodes.cpp102 SmallPtrSet<BasicBlock *, 8> Visited; in isUniformlyReached() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp159 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease()
450 SmallPtrSetImpl<const BasicBlock *> &Visited, bool &TailOkForStoreStrongs, in tryToPeepholeInstruction()
581 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
DProvenanceAnalysis.cpp85 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
DDependencyAnalysis.cpp223 SmallPtrSetImpl<const BasicBlock *> &Visited, in FindDependencies()
DObjCARCOpts.cpp1093 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/
DPostOrderIterator.h58 SetType Visited; variable
74 SetType &Visited; variable
DSCCIterator.h163 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/
DBDCE.cpp45 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
DGuardWidening.cpp169 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/
DPPCCTRLoops.cpp131 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp190 bool FastDivInsertionTask::isHashLikeValue(Value *V, VisitedSetTy &Visited) { in isHashLikeValue()
232 VisitedSetTy &Visited) { in getValueRange()
DCloneModule.cpp192 SmallPtrSet<const void*, 8> Visited; in CloneModule() local

123456