Home
last modified time | relevance | path

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

1234567891011

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp31 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands()
43 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues()
75 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
99 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
DCFG.cpp33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local
141 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
DLoads.cpp57 SmallPtrSetImpl<const Value *> &Visited) { in isDereferenceableAndAlignedPointer()
124 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
147 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp34 SmallPtrSet<const User *, 8> &Visited) { in findRefEdges()
78 SmallPtrSet<const User *, 8> Visited; in computeFunctionSummary() local
109 SmallPtrSet<const User *, 8> Visited; in computeVariableSummary() local
DCFG.cpp33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local
141 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
DLoads.cpp57 SmallPtrSetImpl<const Value *> &Visited) { in isDereferenceableAndAlignedPointer()
131 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
DCodeMetrics.cpp32 SmallPtrSet<const Value *, 32> Visited; in completeEphemeralValues() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFG.h142 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
DDemandedBits.h68 SmallPtrSet<Instruction*, 32> Visited; variable
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp149 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease()
408 SmallPtrSetImpl<const BasicBlock *> &Visited, in tryToPeepholeInstruction()
534 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
DProvenanceAnalysis.cpp77 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp50 SmallSet<Use*, Threshold> Visited; in PointerMayBeCaptured() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h61 bool Visited = false; member
/external/llvm/include/llvm/Analysis/
DDemandedBits.h67 SmallPtrSet<Instruction*, 32> Visited; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DDepthFirstIteratorTest.cpp38 CountedSet<T> &Visited; member in llvm::df_iterator_storage
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp154 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease()
437 SmallPtrSetImpl<const BasicBlock *> &Visited, in tryToPeepholeInstruction()
570 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
DProvenanceAnalysis.cpp86 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp62 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp113 SmallPtrSet<Instruction *, 8> Visited; in isAvailableAt() local
176 SmallPtrSet<Value *, 8> Visited; in parseRangeChecks() local
370 SmallPtrSetImpl<Instruction *> &Visited) { in isAvailableAt()
482 SmallPtrSetImpl<Value *> &Visited) { in parseRangeChecks()
/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPostOrderIterator.h59 SetType Visited; variable
75 SetType &Visited; variable
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h56 SetType Visited; variable
72 SetType &Visited; variable
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp420 const SetOfConstDecls &Visited, in shouldSkipFunction()
441 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
472 SetOfConstDecls Visited; in HandleDeclsCallGraph() local
680 SetOfConstDecls *Visited) { in RunPathSensitiveChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp64 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp200 DenseSet<Value *> *Visited) { in appendsGenericAddressExpressionToPostorderStack()
217 DenseSet<Value*> Visited; in collectGenericAddressExpressions() local

1234567891011