Home
last modified time | relevance | path

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

12345678910

/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp29 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 DGuardUtils.cpp37 SmallPtrSet<const BasicBlock *, 2> Visited; in isGuardAsWidenableBranch() local
121 SmallPtrSet<Value *, 4> Visited; in parseCondition() local
H A DLazyCallGraph.cpp80 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 DCFG.cpp40 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 DCFG.h160 SmallPtrSet<NodeT, 32> Visited; in containsIrreducibleCFG() local
H A DDemandedBits.h95 SmallPtrSet<Instruction*, 32> Visited; variable
H A DBasicAliasAnalysis.h104 SmallPtrSet<const Value *, 16> Visited; variable
/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp142 SmallPtrSet<const BasicBlock *, 4> Visited; in InsertIntrinsicCalls() local
188 SmallPtrSet<Use *, 4> Visited; in UpdateSSA() local
H A DReachingDefAnalysis.cpp387 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 DMVELaneInterleavingPass.cpp415 Changed |= tryInterleave(&I, Visited); in runOnFunction() local
155 tryInterleave(Instruction * Start,SmallPtrSetImpl<Instruction * > & Visited) tryInterleave() argument
/llvm-project/llvm/unittests/ADT/
H A DDepthFirstIteratorTest.cpp37 CountedSet<T> &Visited; global() member in llvm::df_iterator_storage
/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h57 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h60 bool Visited = false; member
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceDIMetadata.cpp31 SetVector<MDNode *> Visited; in identifyUninterestingMDNodes() local
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h168 typename DenseMap<NodeRef, unsigned>::iterator Visited = in DFSVisitChildren() local
262 bool Visited = false; member
H A DPostOrderIterator.h59 SetType Visited; global() variable
75 SetType &Visited; global() variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp54 SmallPtrSet<Instruction *, 16> Visited; in clearAssumptionsOfUsers() local
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp82 SmallPtrSet<const Value *, 8> Visited; IsStoredObjCPointer() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp98 SmallSet<MachineBasicBlock *, 16> Visited; verifyCTRBranch() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp492 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 DGlobalStatus.cpp45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp390 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 DLoongArchOptWInstrs.cpp102 SmallSet<std::pair<const MachineInstr *, unsigned>, 4> Visited; in hasAllNBitUsers() local
480 SmallSet<Register, 4> Visited; isSignExtendedW() local

12345678910