| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CodeMetrics.h | 25 template <class T> class SmallPtrSetImpl; variable 79 const SmallPtrSetImpl<const Value *> &EphValues, 85 SmallPtrSetImpl<const Value *> &EphValues); 90 SmallPtrSetImpl<const Value *> &EphValues);
|
| H A D | CFG.h | 71 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet = nullptr, 82 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet = nullptr, 96 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet,
|
| H A D | GlobalsModRef.h | 115 SmallPtrSetImpl<Function *> *Readers = nullptr, 116 SmallPtrSetImpl<Function *> *Writers = nullptr,
|
| H A D | IVDescriptors.h | 78 SmallPtrSetImpl<Instruction *> &CI, in RecurrenceDescriptor() 132 SmallPtrSetImpl<Instruction *> &Insts, 136 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 28 SmallPtrSetImpl<const Value *> &Visited, in appendSpeculatableOperands() 41 static void completeEphemeralValues(SmallPtrSetImpl<const Value *> &Visited, in completeEphemeralValues() 43 SmallPtrSetImpl<const Value *> &EphValues) { in completeEphemeralValues() 72 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() 96 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() 118 const SmallPtrSetImpl<const Value *> &EphValues, bool PrepareForLTO) { in analyzeBasicBlock()
|
| H A D | CFG.cpp | 135 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachableFromMany() 209 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable() 233 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 345 class SmallPtrSetImpl : public SmallPtrSetImplBase { 360 SmallPtrSetImpl(const SmallPtrSetImpl &) = delete; 425 bool operator==(const SmallPtrSetImpl<PtrType> &LHS, 426 const SmallPtrSetImpl<PtrType> &RHS) { 441 bool operator!=(const SmallPtrSetImpl<PtrType> &LHS, 442 const SmallPtrSetImpl<PtrType> &RHS) { 451 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 457 using BaseT = SmallPtrSetImpl<PtrType>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericIteratedDominanceFrontier.h | 74 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 83 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks() 107 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; 108 const SmallPtrSetImpl<NodeTy *> *DefBlocks;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 48 SmallPtrSetImpl<BasicBlock *> &ColdBlocks, 49 SmallPtrSetImpl<BasicBlock *> &AnnotatedColdBlocks,
|
| H A D | GlobalDCE.h | 78 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 86 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() 87 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() 88 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 454 blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs, 455 SmallPtrSetImpl<const Instruction *> &MaskedOp) const; 461 SmallPtrSetImpl<Value *> &AllowedExit);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SCCPSolver.h | 167 SmallPtrSetImpl<Function *> &getArgumentTrackedFunctions(); 185 SmallPtrSetImpl<Value *> &InsertedValues,
|
| H A D | UnrollLoop.h | 131 const SmallPtrSetImpl<const Value *> &EphValues, 149 const SmallPtrSetImpl<const Value *> &EphValues,
|
| H A D | CodeExtractor.h | 24 template <typename PtrType> class SmallPtrSetImpl; variable 252 void severSplitPHINodesOfExits(const SmallPtrSetImpl<BasicBlock *> &Exits);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 35 template <typename PtrType> class SmallPtrSetImpl; variable 302 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const { 497 bool isSizedDerivedType(SmallPtrSetImpl<Type*> *Visited = nullptr) const;
|
| H A D | Comdat.h | 51 const SmallPtrSetImpl<GlobalObject *> &getUsers() const { return Users; } in getUsers()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 107 using InstSet = SmallPtrSetImpl<MachineInstr*>; 108 using BlockSet = SmallPtrSetImpl<MachineBasicBlock*>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 45 SmallPtrSetImpl<const GlobalValue*> &UsedValues) { in FindUsedValues() 92 const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) { in isUnmergeableGlobal()
|
| H A D | HotColdSplitting.cpp | 113 SmallPtrSetImpl<BasicBlock *> &AnnotatedColdBlocks) { in analyzeProfMetadata() 220 SmallPtrSetImpl<BasicBlock *> &ColdBlocks, in isBasicBlockCold() 221 SmallPtrSetImpl<BasicBlock *> &AnnotatedColdBlocks, in isBasicBlockCold()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 31 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() 103 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction()
|
| H A D | LoopSink.cpp | 78 static BlockFrequency adjustedSumFreq(SmallPtrSetImpl<BasicBlock *> &BBs, in adjustedSumFreq() 116 findBBsToSinkInto(const Loop &L, const SmallPtrSetImpl<BasicBlock *> &UseBBs, in findBBsToSinkInto()
|
| H A D | LoopFlatten.cpp | 299 SmallPtrSetImpl<Instruction *> &IterationInstructions) { in setLoopComponents() 315 SmallPtrSetImpl<Instruction *> &IterationInstructions, in verifyTripCount() 382 Loop *L, SmallPtrSetImpl<Instruction *> &IterationInstructions, in findLoopComponents() 547 SmallPtrSetImpl<Instruction *> &IterationInstructions, in checkOuterLoopInsts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 1324 SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, 1333 const SmallPtrSetImpl<MachineBasicBlock *> &InScopeBlocks, 1343 void BlockPHIPlacement(const SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, 1344 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, 1368 SmallPtrSetImpl<const MachineBasicBlock *> &Output, 1369 const SmallPtrSetImpl<MachineBasicBlock *> &AssignBlocks); 1385 SmallPtrSetImpl<MachineBasicBlock *> &AssignBlocks,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb2InstrInfo.h | 64 SmallPtrSetImpl<MachineInstr *> &SeenMIs,
|