Home
last modified time | relevance | path

Searched defs:Visited (Results 1 - 25 of 120) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFG.h157 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
H A DDemandedBits.h78 SmallPtrSet<Instruction*, 32> Visited; member in llvm::DemandedBits
H A DBasicAliasAnalysis.h164 SmallPtrSet<const Value *, 16> Visited; member in llvm::BasicAAResult
H A DIntervalIterator.h91 std::set<BasicBlock *> Visited; member in llvm::IntervalIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h60 bool Visited = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCodeMetrics.cpp41 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() argument
73 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
97 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
28 appendSpeculatableOperands(const Value *V, SmallPtrSetImpl<const Value *> &Visited, SmallVectorImpl<const Value *> &Worklist) appendSpeculatableOperands() argument
[all...]
H A DCFG.cpp160 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
H A DCaptureTracking.cpp231 SmallSet<const Use *, DefaultMaxUsesToExplore> Visited; in PointerMayBeCaptured() local
H A DDependenceGraphBuilder.cpp79 df_iterator_default_set<const NodeType *, 4> Visited; in createAndConnectRootNode() local
H A DCGSCCPassManager.cpp442 SmallPtrSet<Constant *, 16> Visited; in updateCGAndAnalysisManagerForFunctionPass() local
H A DDivergenceAnalysis.cpp198 DenseSet<const BasicBlock *> Visited; in taintLoopLiveOuts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp61 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
H A DAMDGPUPerfHintAnalysis.cpp147 SmallSet<const Value *, 32> Visited; in isIndirectAccess() local
H A 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/
H A DProvenanceAnalysis.cpp85 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
H A DDependencyAnalysis.cpp219 FindDependencies(DependenceKind Flavor, const Value *Arg, BasicBlock *StartBB, Instruction *StartInst, SmallPtrSetImpl<Instruction *> &DependingInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) FindDependencies() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp45 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A 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/
H A DSplitModule.cpp172 SmallPtrSet<const GlobalValue *, 32> Visited; in findPartitions() local
H A DBypassSlowDivision.cpp190 bool FastDivInsertionTask::isHashLikeValue(Value *V, VisitedSetTy &Visited) { in isHashLikeValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h35 SetType Visited; member in llvm::bf_iterator_storage
H A DPostOrderIterator.h58 SetType Visited; member in llvm::po_iterator_storage
74 SetType &Visited; member in llvm::po_iterator_storage
H A 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/CodeGen/
H A DSwiftErrorValueTracking.cpp182 SmallSet<const MachineBasicBlock *, 8> Visited; in propagateVRegs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp223 SmallPtrSet<SDNode*, 16> Visited; in ClusterNeighboringLoads() local

Completed in 18 milliseconds

12345