| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CodeMetrics.h | 24 template <class T> class SmallPtrSetImpl; variable 78 const SmallPtrSetImpl<const Value *> &EphValues, 84 SmallPtrSetImpl<const Value *> &EphValues); 89 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 | IVDescriptors.h | 74 SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor() 124 SmallPtrSetImpl<Instruction *> &Insts, 128 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set);
|
| H A D | GlobalsModRef.h | 120 SmallPtrSetImpl<Function *> *Readers = nullptr, 121 SmallPtrSetImpl<Function *> *Writers = nullptr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 29 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 | 139 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachableFromMany() 213 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable() 238 const SmallPtrSetImpl<BasicBlock *> *ExclusionSet, const DominatorTree *DT, in isPotentiallyReachable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 343 class SmallPtrSetImpl : public SmallPtrSetImplBase { 358 SmallPtrSetImpl(const SmallPtrSetImpl &) = delete; 423 bool operator==(const SmallPtrSetImpl<PtrType> &LHS, 424 const SmallPtrSetImpl<PtrType> &RHS) { 439 bool operator!=(const SmallPtrSetImpl<PtrType> &LHS, 440 const SmallPtrSetImpl<PtrType> &RHS) { 449 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 455 using BaseT = SmallPtrSetImpl<PtrType>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericIteratedDominanceFrontier.h | 75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks() 108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; 109 const SmallPtrSetImpl<NodeTy *> *DefBlocks;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 391 const SmallPtrSetImpl<Instruction *> &getConditionalAssumes() const { in getConditionalAssumes() 446 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs, 447 SmallPtrSetImpl<const Instruction *> &MaskedOp, 448 SmallPtrSetImpl<Instruction *> &ConditionalAssumes) const; 454 SmallPtrSetImpl<Value *> &AllowedExit);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ArgumentPromotion.h | 35 SmallPtrSetImpl<Argument *> &ArgsToPromote, 36 SmallPtrSetImpl<Argument *> &ByValArgsToTransform);
|
| H A D | GlobalDCE.h | 65 void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ReplaceConstant.h | 36 SmallPtrSetImpl<Instruction *> *Insts = nullptr); 48 SmallPtrSetImpl<Instruction *> *Insts = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 92 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() 93 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() 94 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 29 SmallPtrSetImpl<Instruction *> *Insts) { in convertConstantExprsToInstructions() 42 SmallPtrSetImpl<Instruction *> *Insts) { in convertConstantExprsToInstructions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 103 const SmallPtrSetImpl<const Value *> &EphValues, 128 const SmallPtrSetImpl<const Value *> &EphValues,
|
| H A D | SCCPSolver.h | 135 SmallPtrSetImpl<Function *> &getArgumentTrackedFunctions();
|
| H A D | Evaluator.h | 64 const SmallPtrSetImpl<GlobalVariable *> &getInvariants() const { in getInvariants()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.h | 30 SmallPtrSetImpl<Instruction *> &DeadInstructions, ScalarEvolution &SE);
|
| H A D | LoopVectorizationLegality.cpp | 406 SmallPtrSetImpl<Value *> &AllowedExit) { in hasOutsideLoopUser() 511 SmallPtrSetImpl<Value *> &AllowedExit) { in addInductionPhi() 957 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs, in blockCanBePredicated() 958 SmallPtrSetImpl<const Instruction *> &MaskedOp, in blockCanBePredicated() 959 SmallPtrSetImpl<Instruction *> &ConditionalAssumes) const { in blockCanBePredicated()
|
| H A D | LoopVectorizationPlanner.h | 330 SmallPtrSetImpl<Instruction *> &DeadInstructions); 346 VFRange &Range, SmallPtrSetImpl<Instruction *> &DeadInstructions,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 107 using InstSet = SmallPtrSetImpl<MachineInstr*>; 108 using BlockSet = SmallPtrSetImpl<MachineBasicBlock*>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 37 SmallPtrSetImpl<const Value *> &Visited); 140 SmallPtrSetImpl<Argument *> &Args) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 36 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() 108 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 47 SmallPtrSetImpl<const GlobalValue*> &UsedValues) { in FindUsedValues() 94 const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) { in isUnmergeableGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | 132 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
|