/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileCollector.h | 48 StringSet<> Seen; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 63 BitVector Seen; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 127 DenseMap<Location, DenseSet<unsigned>> Seen; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | Utils.h | 139 llvm::StringSet<> Seen; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 474 scanOneBB(Instruction * Start,Instruction * End,std::vector<CallInst * > & Calls,DenseSet<BasicBlock * > & Seen,std::vector<BasicBlock * > & Worklist) scanOneBB() argument 501 scanInlinedCode(Instruction * Start,Instruction * End,std::vector<CallInst * > & Calls,DenseSet<BasicBlock * > & Seen) scanInlinedCode() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 72 llvm::SmallSet<llvm::StringRef, 16> Seen; in collectPfmCounters() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomTreeUpdater.cpp | 254 SmallSet<std::pair<BasicBlock *, BasicBlock *>, 8> Seen; applyUpdatesPermissive() local
|
H A D | IVDescriptors.cpp | 994 SmallPtrSet<Value *, 8> Seen; isFixedOrderRecurrence() local
|
H A D | LoopAccessAnalysis.cpp | 518 SmallSet<unsigned, 2> Seen; groupChecks() local 2456 SmallSet<std::pair<Value *, Type *>, 16> Seen; analyzeLoop() local
|
H A D | MemorySSAUpdater.cpp | 463 SmallPtrSet<const BasicBlock *, 8> Seen; in fixupDefs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 149 llvm::StringSet<> Seen; in createRuleMapping() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 858 checkForDuplicates(Parser & P,StringRef Name,SourceLocation NameLoc,llvm::StringMap<SourceLocation> & Seen,OMPContextLvl Lvl) checkForDuplicates() argument 877 parseOMPTraitPropertyKind(OMPTraitProperty & TIProperty,llvm::omp::TraitSet Set,llvm::omp::TraitSelector Selector,llvm::StringMap<SourceLocation> & Seen) parseOMPTraitPropertyKind() argument 948 checkExtensionProperty(Parser & P,SourceLocation Loc,OMPTraitProperty & TIProperty,OMPTraitSelector & TISelector,llvm::StringMap<SourceLocation> & Seen) checkExtensionProperty() argument 996 parseOMPContextProperty(OMPTraitSelector & TISelector,llvm::omp::TraitSet Set,llvm::StringMap<SourceLocation> & Seen) parseOMPContextProperty() argument 1044 parseOMPTraitSelectorKind(OMPTraitSelector & TISelector,llvm::omp::TraitSet Set,llvm::StringMap<SourceLocation> & Seen) parseOMPTraitSelectorKind() argument 1230 parseOMPTraitSetKind(OMPTraitSet & TISet,llvm::StringMap<SourceLocation> & Seen) parseOMPTraitSetKind() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 425 StringSet<> Seen; libDriverMain() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 786 ProcessSourceNode(SDNode * N,SelectionDAG * DAG,InstrEmitter & Emitter,DenseMap<SDValue,Register> & VRBaseMap,SmallVectorImpl<std::pair<unsigned,MachineInstr * >> & Orders,SmallSet<Register,8> & Seen,MachineInstr * NewInsn) ProcessSourceNode() argument 856 SmallSet<Register, 8> Seen; EmitSchedule() local
|
H A D | StatepointLowering.cpp | 1060 SmallSet<SDValue, 8> Seen; LowerStatepoint() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 285 bool Seen = false; in fixTerminators() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 282 SmallSet<DWARFDie, 3> Seen; in findRecursively() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 625 SmallPtrSet<MachineBasicBlock*,8> Seen; guessSuccessors() local
|
H A D | LiveInterval.cpp | 517 SmallPtrSet<VNInfo*, 8> Seen; in RenumberValues() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 1206 std::set<LineState *, CompareLineStatePointers> Seen; analyzeSolutionSpace() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 657 SmallPtrSet<VPRecipeBase *, 8> Seen; sinkRecurrenceUsersAfterPrevious() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 858 bool Seen; ExecuteAction() member
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 176 std::set<std::string> Seen; getParsedAttrList() local 2281 SmallDenseSet<StringRef, 8> Seen; forEachUniqueSpelling() local 4668 std::set<std::string> Seen; EmitClangAttrParsedAttrKinds() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1848 StringSet<> Seen; buildSectionHeaderReorderMap() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 2884 SmallPtrSet<const MDNode *, 32> Seen; visitFunction() local 4297 SmallSet<Value *, 8> Seen; visitEHPadPredecessors() local 4425 SmallSet<FuncletPadInst *, 8> Seen; visitFuncletPadInst() local
|