/llvm-project/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 29 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands() 42 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() 74 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local 98 SmallPtrSet<const Value *, 32> Visited; in collectEphemeralValues() local
|
H A D | GuardUtils.cpp | 37 SmallPtrSet<const BasicBlock *, 2> Visited; in isGuardAsWidenableBranch() local 121 SmallPtrSet<Value *, 4> Visited; in parseCondition() local
|
H A D | LazyCallGraph.cpp | 80 SmallPtrSet<Constant *, 16> Visited; populateSlow() local 192 SmallPtrSet<Constant *, 16> Visited; LazyCallGraph() local 266 SmallPtrSet<Node *, 4> Visited; verify() local 304 SmallPtrSet<const SCC *, 16> Visited = {this}; isAncestorOf() local 390 SmallPtrSet<Node *, 4> Visited; verify() local 430 SmallPtrSet<const RefSCC *, 4> Visited; isAncestorOf() local 1588 SmallPtrSet<Constant *, 16> Visited; getEdgeKind() local 1972 visitReferences(SmallVectorImpl<Constant * > & Worklist,SmallPtrSetImpl<Constant * > & Visited,function_ref<void (Function &)> Callback) visitReferences() argument [all...] |
H A D | CFG.cpp | 40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 174 SmallPtrSet<const BasicBlock*, 32> Visited; in isReachableImpl() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFG.h | 160 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
|
H A D | DemandedBits.h | 95 SmallPtrSet<Instruction*, 32> Visited; variable
|
H A D | BasicAliasAnalysis.h | 104 SmallPtrSet<const Value *, 16> Visited; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CallBrPrepare.cpp | 142 SmallPtrSet<const BasicBlock *, 4> Visited; in InsertIntrinsicCalls() local 188 SmallPtrSet<Use *, 4> Visited; in UpdateSSA() local
|
H A D | ReachingDefAnalysis.cpp | 387 SmallPtrSet<MachineBasicBlock*, 4>Visited; getGlobalUses() local 607 SmallPtrSet<MachineInstr*, 2> Visited; isSafeToRemove() local 614 SmallPtrSet<MachineInstr*, 2> Visited; isSafeToRemove() local 619 isSafeToRemove(MachineInstr * MI,InstSet & Visited,InstSet & ToRemove,InstSet & Ignore) const isSafeToRemove() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 415 Changed |= tryInterleave(&I, Visited); in runOnFunction() local 155 tryInterleave(Instruction * Start,SmallPtrSetImpl<Instruction * > & Visited) tryInterleave() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DepthFirstIteratorTest.cpp | 37 CountedSet<T> &Visited; global() member in llvm::df_iterator_storage
|
/llvm-project/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 57 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceDIMetadata.cpp | 31 SetVector<MDNode *> Visited; in identifyUninterestingMDNodes() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local 262 bool Visited = false; member
|
H A D | PostOrderIterator.h | 59 SetType Visited; global() variable 75 SetType &Visited; global() variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 54 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp |
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 82 SmallPtrSet<const Value *, 8> Visited; IsStoredObjCPointer() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoopsVerify.cpp | 98 SmallSet<MachineBasicBlock *, 16> Visited; verifyCTRBranch() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 492 if (It != Visited.end()) { in getBaseValues() argument 530 checkHoistValue(Value * V,Instruction * InsertPoint,DominatorTree & DT,DenseSet<Instruction * > & Unhoistables,DenseSet<Instruction * > * HoistStops,DenseMap<Instruction *,bool> & Visited) checkHoistValue() argument 898 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local 919 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local 951 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local 959 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local 1062 DenseMap<Instruction *, bool> Visited; shouldSplit() local 1074 DenseMap<Value *, std::set<Value *>> Visited; shouldSplit() local 1392 DenseMap<Instruction *, bool> Visited; setCHRRegions() local 1404 DenseMap<Instruction *, bool> Visited; setCHRRegions() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 390 const SetOfConstDecls &Visited, in shouldSkipFunction() argument 425 const SetOfConstDecls &Visited) { in getInliningModeForFunction() argument 454 SetOfConstDecls Visited; in HandleDeclsCallGraph() local [all...] |
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchOptWInstrs.cpp | 102 SmallSet<std::pair<const MachineInstr *, unsigned>, 4> Visited; in hasAllNBitUsers() local 480 SmallSet<Register, 4> Visited; isSignExtendedW() local
|