Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCodeMetrics.cpp29 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 DCFG.cpp33 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 DCodeMetrics.cpp28 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 DLazyCallGraph.cpp80 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 DCFG.cpp40 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 DControlHeightReduction.cpp492 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 DControlHeightReduction.cpp519 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 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
H A DLazyCallGraph.cpp44 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 DCFG.cpp33 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 Dbacktrack.rs1779 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 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()
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp149 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease()
408 SmallPtrSetImpl<const BasicBlock *> &Visited, in tryToPeepholeInstruction()
534 SmallPtrSet<const BasicBlock *, 4> Visited; in runOnFunction() local
H A DObjCARCOpts.cpp88 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 DAnalysisConsumer.cpp420 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 DReachingDefAnalysis.cpp388 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 DObjCARCContract.cpp159 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 DAMDGPUMemoryUtils.cpp41 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 DMVELaneInterleavingPass.cpp155 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 DSampleProfileInference.cpp620 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 DSCCIterator.h167 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/
DSCCIterator.h168 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/
DSCCIterator.h168 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/
DSCCIterator.h168 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/
DSCCIterator.h168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local
262 bool Visited = false; member

12345678910>>...21