/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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
|
H A D | CFG.cpp | 33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 160 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 28 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
|
H A D | LazyCallGraph.cpp | 80 SmallPtrSet<Constant *, 16> Visited; in populateSlow() local 192 SmallPtrSet<Constant *, 16> Visited; in LazyCallGraph() local 258 SmallPtrSet<Node *, 4> Visited; in verify() local 296 SmallPtrSet<const SCC *, 16> Visited = {this}; in isAncestorOf() local 382 SmallPtrSet<Node *, 4> Visited; in verify() local 422 SmallPtrSet<const RefSCC *, 4> Visited; in isAncestorOf() local 1577 SmallPtrSet<Constant *, 16> Visited; in getEdgeKind() local 1961 SmallPtrSetImpl<Constant *> &Visited, in visitReferences()
|
H A D | CFG.cpp | 40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 161 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 492 DenseMap<Value *, std::set<Value *>> &Visited) { in getBaseValues() 530 DenseMap<Instruction *, bool> &Visited) { in checkHoistValue() 898 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 919 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 951 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 959 DenseMap<Instruction *, bool> Visited; in checkScopeHoistable() local 1062 DenseMap<Instruction *, bool> Visited; in shouldSplit() local 1074 DenseMap<Value *, std::set<Value *>> Visited; in shouldSplit() local 1392 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local 1404 DenseMap<Instruction *, bool> Visited; in setCHRRegions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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
|
H A D | LazyCallGraph.cpp | 44 SmallPtrSetImpl<Constant *> &Visited, in findReferences() 68 SmallPtrSet<Constant *, 16> Visited; in Node() local 139 SmallPtrSet<Constant *, 16> Visited; in LazyCallGraph() local 783 SmallPtrSet<RefSCC *, 8> Visited; in insertIncomingRefEdge() local
|
H A D | CFG.cpp | 33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 141 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/ |
H A D | backtrack.rs | 1779 struct Visited { struct 1803 impl Visited { argument 1811 fn new(re: &BoundedBacktracker) -> Visited { in new()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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()
|
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/ |
H A 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
|
H A D | ObjCARCOpts.cpp | 88 SmallPtrSet<const Value *, 4> Visited; in AreAnyUnderlyingObjectsAnAlloca() local 870 SmallPtrSet<const BasicBlock *, 4> Visited; in OptimizeIndividualCalls() local 1371 SmallPtrSet<BasicBlock *, 16> Visited; in ComputePostOrders() local 1991 SmallPtrSetImpl<const BasicBlock *> &Visited, in HasSafePathToPredecessorCall() 2016 SmallPtrSetImpl<const BasicBlock *> &Visited, in FindPredecessorRetainWithSafePath() 2075 SmallPtrSet<const BasicBlock *, 4> Visited; in OptimizeReturns() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 388 SmallPtrSet<MachineBasicBlock*, 4>Visited; in getGlobalUses() local 608 SmallPtrSet<MachineInstr*, 2> Visited; in isSafeToRemove() local 615 SmallPtrSet<MachineInstr*, 2> Visited; in isSafeToRemove() local 620 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 41 SmallPtrSet<const User *, 8> Visited; in shouldLowerLDSToStruct() local 153 SmallSet<MemoryAccess *, 8> Visited; in isClobberedInFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 155 SmallPtrSetImpl<Instruction *> &Visited) { in tryInterleave() 381 SmallPtrSet<Instruction *, 16> Visited; in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 620 auto Visited = BitVector(NumBlocks(), false); in joinIsolatedComponents() local 645 void findReachable(uint64_t Src, BitVector &Visited) { in findReachable() 827 auto Visited = BitVector(NumBlocks(), false); in findUnknownSubgraph() local 1282 auto Visited = BitVector(NumBlocks, false); in verifyOutput() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 167 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 261 bool Visited = true; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | SCCIterator.h | 168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 262 bool Visited = false; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | SCCIterator.h | 168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 262 bool Visited = false; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | SCCIterator.h | 168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 262 bool Visited = false; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | SCCIterator.h | 168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 262 bool Visited = false; member
|