Home
last modified time | relevance | path

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

123456789

/openbsd/gnu/llvm/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 DCFG.cpp40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local
161 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() 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()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp155 SmallPtrSetImpl<Instruction *> &Visited) { in tryInterleave()
381 SmallPtrSet<Instruction *, 16> Visited; in runOnFunction() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h167 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local
261 bool Visited = true; member
H A DPostOrderIterator.h60 SetType Visited; variable
76 SetType &Visited; variable
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFG.h148 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
H A DDemandedBits.h95 SmallPtrSet<Instruction*, 32> Visited; variable
H A DBasicAliasAnalysis.h100 SmallPtrSet<const Value *, 16> Visited; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorLowering.cpp31 SmallSet<int, 24> &Visited) { in markUsedRegsInSuccessors()
249 SmallSet<int, 24> Visited; in determineReturnProtectorRegister() local
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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp390 const SetOfConstDecls &Visited, in shouldSkipFunction()
425 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
454 SetOfConstDecls Visited; in HandleDeclsCallGraph() local
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceDIMetadata.cpp34 SetVector<MDNode *> Visited; in identifyUninterestingMDNodes() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h60 bool Visited = false; member
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h52 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp100 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
H A DAMDGPUReleaseVGPRs.cpp72 df_iterator_default_set<const MachineBasicBlock *> Visited; in LastVGPRUseIsVMEMStore() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaSYCL.cpp59 llvm::DenseSet<QualType> Visited, in deepTypeCheckForSYCLDevice()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp97 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp37 ValueMap<ConstantExpr *, Instruction *> Visited; in convertConstantExprsToInstructions() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp49 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local

123456789