Home
last modified time | relevance | path

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

123456789

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp28 appendSpeculatableOperands(const Value * V,SmallPtrSetImpl<const Value * > & Visited,SmallVectorImpl<const Value * > & Worklist) appendSpeculatableOperands() argument
41 completeEphemeralValues(SmallPtrSetImpl<const Value * > & Visited,SmallVectorImpl<const Value * > & Worklist,SmallPtrSetImpl<const Value * > & EphValues) completeEphemeralValues() argument
73 SmallPtrSet<const Value *, 32> Visited; collectEphemeralValues() local
97 SmallPtrSet<const Value *, 32> Visited; collectEphemeralValues() local
[all...]
H A DGuardUtils.cpp37 SmallPtrSet<const BasicBlock *, 2> Visited; in isGuardAsWidenableBranch() local
121 SmallPtrSet<Value *, 4> Visited; in parseCondition() local
H A DCFG.cpp40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local
161 SmallPtrSet<const BasicBlock*, 32> Visited; 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; verify() local
296 SmallPtrSet<const SCC *, 16> Visited = {this}; isAncestorOf() local
382 SmallPtrSet<Node *, 4> Visited; verify() local
422 SmallPtrSet<const RefSCC *, 4> Visited; isAncestorOf() local
1577 SmallPtrSet<Constant *, 16> Visited; getEdgeKind() local
1961 visitReferences(SmallVectorImpl<Constant * > & Worklist,SmallPtrSetImpl<Constant * > & Visited,function_ref<void (Function &)> Callback) visitReferences() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h148 SmallPtrSet<NodeT, 32> Visited; containsIrreducibleCFG() local
H A DDemandedBits.h93 SmallPtrSet<Instruction*, 32> Visited; global() variable
H A DBasicAliasAnalysis.h104 SmallPtrSet<const Value *, 16> Visited; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp140 SmallPtrSet<const BasicBlock *, 4> Visited; InsertIntrinsicCalls() local
186 SmallPtrSet<Use *, 4> Visited; UpdateSSA() local
H A DReachingDefAnalysis.cpp387 SmallPtrSet<MachineBasicBlock*, 4>Visited; in getGlobalUses() local
607 SmallPtrSet<MachineInstr*, 2> Visited; in isSafeToRemove() local
614 SmallPtrSet<MachineInstr*, 2> Visited; in isSafeToRemove() local
619 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp155 SmallPtrSetImpl<Instruction *> &Visited) { in tryInterleave()
415 SmallPtrSet<Instruction *, 16> Visited; in runOnFunction() local
/freebsd-src/contrib/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; variable
75 SetType &Visited; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp491 getBaseValues(Value * V,DominatorTree & DT,DenseMap<Value *,std::set<Value * >> & Visited) getBaseValues() argument
529 checkHoistValue(Value * V,Instruction * InsertPoint,DominatorTree & DT,DenseSet<Instruction * > & Unhoistables,DenseSet<Instruction * > * HoistStops,DenseMap<Instruction *,bool> & Visited) checkHoistValue() argument
897 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local
918 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local
950 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local
958 DenseMap<Instruction *, bool> Visited; checkScopeHoistable() local
1061 DenseMap<Instruction *, bool> Visited; shouldSplit() local
1073 DenseMap<Value *, std::set<Value *>> Visited; shouldSplit() local
1391 DenseMap<Instruction *, bool> Visited; setCHRRegions() local
1403 DenseMap<Instruction *, bool> Visited; setCHRRegions() local
[all...]
H A DBlockCoverageInference.cpp119 df_iterator_default_set<const BasicBlock *> Visited; in findDependencies() local
238 df_iterator_default_set<const BasicBlock *> Visited; in getReachableAvoiding() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp46 SmallPtrSet<Instruction *, 16> Visited; clearAssumptionsOfUsers() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h60 bool Visited = false; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h53 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp43 deepTypeCheckForSYCLDevice(SourceLocation UsedAt,llvm::DenseSet<QualType> Visited,ValueDecl * DeclToCheck) deepTypeCheckForSYCLDevice() argument
/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp98 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp82 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp113 SmallSet<MemoryAccess *, 8> Visited; isClobberedInFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp112 SmallSet<std::pair<const MachineInstr *, unsigned>, 4> Visited; hasAllNBitUsers() local
388 SmallPtrSet<const MachineInstr *, 4> Visited; isSignExtendedW() local

123456789