/external/llvm-project/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 28 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands() 40 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() 72 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local 96 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
|
D | CFG.cpp | 40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 165 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
/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
|
/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/llvm-project/llvm/include/llvm/Analysis/ |
D | CFG.h | 159 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
|
D | DemandedBits.h | 92 SmallPtrSet<Instruction*, 32> Visited; variable
|
/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
|
/external/rust/cxx/syntax/ |
D | toposort.rs | 7 Visited, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/external/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 67 SmallPtrSet<Instruction*, 32> Visited; variable
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/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-project/llvm/unittests/ADT/ |
D | DepthFirstIteratorTest.cpp | 37 CountedSet<T> &Visited; member in llvm::df_iterator_storage
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 515 DenseMap<Value *, std::set<Value *>> &Visited) { in getBaseValues() 553 DenseMap<Instruction *, bool> &Visited) { in checkHoistValue() 912 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 933 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 966 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 974 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 1077 DenseMap<Instruction *, bool> Visited; in shouldSplit() local 1089 DenseMap<Value *, std::set<Value *>> Visited; in shouldSplit() local 1407 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local 1419 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local
|
/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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 61 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
/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/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
|
/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
|