| /external/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
|
| /external/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 34 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
|
| D | CFG.cpp | 33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 141 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
| D | Loads.cpp | 57 SmallPtrSetImpl<const Value *> &Visited) { in isDereferenceableAndAlignedPointer() 131 SmallPtrSet<const Value *, 32> Visited; in isDereferenceableAndAlignedPointer() local
|
| D | CodeMetrics.cpp | 32 SmallPtrSet<const Value *, 32> Visited; in completeEphemeralValues() local
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 149 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease() 408 SmallPtrSetImpl<const BasicBlock *> &Visited, in tryToPeepholeInstruction() 534 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
|
| D | ProvenanceAnalysis.cpp | 77 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
|
| /external/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
|
| /external/rust/cxx/syntax/ |
| D | toposort.rs | 7 Visited, enumerator
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | GuardWidening.cpp | 113 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/llvm/include/llvm/Analysis/ |
| D | DemandedBits.h | 67 SmallPtrSet<Instruction*, 32> Visited; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
| /external/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
|
| /external/clang/lib/StaticAnalyzer/Frontend/ |
| D | AnalysisConsumer.cpp | 420 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-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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | PostOrderIterator.h | 58 SetType Visited; variable 74 SetType &Visited; variable
|
| /external/llvm/include/llvm/ADT/ |
| D | PostOrderIterator.h | 56 SetType Visited; variable 72 SetType &Visited; variable
|
| /external/armnn/src/armnnUtils/ |
| D | GraphTopologicalSort.hpp | 24 Visited, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAlwaysInlinePass.cpp | 61 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
| /external/clang/include/clang/Sema/ |
| D | AnalysisBasedWarnings.h | 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXInferAddressSpaces.cpp | 200 DenseSet<Value *> *Visited) { in appendsGenericAddressExpressionToPostorderStack() 217 DenseSet<Value*> Visited; in collectGenericAddressExpressions() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | BDCE.cpp | 45 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
|