Lines Matching defs:AssumeBuilderState
103 struct AssumeBuilderState { struct
104 Module *M;
106 using MapKey = std::pair<Value *, Attribute::AttrKind>;
107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
108 Instruction *InstBeingModified = nullptr;
109 AssumptionCache* AC = nullptr;
110 DominatorTree* DT = nullptr;
112 AssumeBuilderState(Module *M, Instruction *I = nullptr, in AssumeBuilderState() function
116 bool tryToPreserveWithoutAddingAssume(RetainedKnowledge RK) { in tryToPreserveWithoutAddingAssume()
144 bool isKnowledgeWorthPreserving(RetainedKnowledge RK) { in isKnowledgeWorthPreserving()
172 void addKnowledge(RetainedKnowledge RK) { in addKnowledge()
195 void addAttribute(Attribute Attr, Value *WasOn) { in addAttribute()
206 void addCall(const CallBase *Call) { in addCall()
223 AssumeInst *build() { in build()
251 void addAccessedPtr(Instruction *MemInst, Value *Pointer, Type *AccType, in addAccessedPtr()
267 void addInstruction(Instruction *I) { in addInstruction()