/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 28 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 D | GuardUtils.cpp | 37 SmallPtrSet<const BasicBlock *, 2> Visited; in isGuardAsWidenableBranch() local 121 SmallPtrSet<Value *, 4> Visited; in parseCondition() local
|
H A D | CFG.cpp | 40 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() local 161 SmallPtrSet<const BasicBlock*, 32> Visited; 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; 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 D | CFG.h | 148 SmallPtrSet<NodeT, 32> Visited; containsIrreducibleCFG() local
|
H A D | DemandedBits.h | 93 SmallPtrSet<Instruction*, 32> Visited; global() variable
|
H A D | BasicAliasAnalysis.h | 104 SmallPtrSet<const Value *, 16> Visited; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CallBrPrepare.cpp | 140 SmallPtrSet<const BasicBlock *, 4> Visited; InsertIntrinsicCalls() local 186 SmallPtrSet<Use *, 4> Visited; UpdateSSA() local
|
H A D | ReachingDefAnalysis.cpp | 387 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 D | MVELaneInterleavingPass.cpp | 155 SmallPtrSetImpl<Instruction *> &Visited) { in tryInterleave() 415 SmallPtrSet<Instruction *, 16> Visited; in runOnFunction() local
|
/freebsd-src/contrib/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; variable 75 SetType &Visited; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 491 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 D | BlockCoverageInference.cpp | 119 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 D | BDCE.cpp | 46 SmallPtrSet<Instruction *, 16> Visited; clearAssumptionsOfUsers() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 60 bool Visited = false; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | AnalysisBasedWarnings.h | 53 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSYCL.cpp | 43 deepTypeCheckForSYCLDevice(SourceLocation UsedAt,llvm::DenseSet<QualType> Visited,ValueDecl * DeclToCheck) deepTypeCheckForSYCLDevice() argument
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoopsVerify.cpp | 98 SmallSet<MachineBasicBlock *, 16> Visited; in verifyCTRBranch() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 82 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 113 SmallSet<MemoryAccess *, 8> Visited; isClobberedInFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 45 SmallPtrSet<const Constant *, 8> Visited; in isSafeToDestroyConstant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 60 SmallPtrSet<const Value *, 8> Visited; in recursivelyVisitUsers() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVOptWInstrs.cpp | 112 SmallSet<std::pair<const MachineInstr *, unsigned>, 4> Visited; hasAllNBitUsers() local 388 SmallPtrSet<const MachineInstr *, 4> Visited; isSignExtendedW() local
|