/openbsd/gnu/llvm/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 | CFG.cpp | 40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 161 SmallPtrSet<const BasicBlock*, 32> Visited; in isPotentiallyReachableFromMany() 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()
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 155 SmallPtrSetImpl<Instruction *> &Visited) { in tryInterleave() 381 SmallPtrSet<Instruction *, 16> Visited; in runOnFunction() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 167 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 261 bool Visited = true; member
|
H A D | PostOrderIterator.h | 60 SetType Visited; variable 76 SetType &Visited; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | CFG.h | 148 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
|
H A D | DemandedBits.h | 95 SmallPtrSet<Instruction*, 32> Visited; variable
|
H A D | BasicAliasAnalysis.h | 100 SmallPtrSet<const Value *, 16> Visited; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ReturnProtectorLowering.cpp | 31 SmallSet<int, 24> &Visited) { in markUsedRegsInSuccessors() 249 SmallSet<int, 24> Visited; in determineReturnProtectorRegister() local
|
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()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 390 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 D | ReduceDIMetadata.cpp | 34 SetVector<MDNode *> Visited; in identifyUninterestingMDNodes() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 52 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoopsVerify.cpp | 100 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
H A D | AMDGPUReleaseVGPRs.cpp | 72 df_iterator_default_set<const MachineBasicBlock *> Visited; in LastVGPRUseIsVMEMStore() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 59 llvm::DenseSet<QualType> Visited, in deepTypeCheckForSYCLDevice()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 97 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 37 ValueMap<ConstantExpr *, Instruction *> Visited; in convertConstantExprsToInstructions() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 49 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
|