Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
293 class InstructionUseExpr : public GVNExpression::BasicExpression { class299 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonac6bc9b30111::InstructionUseExpr345 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()346 InstructionUseExpr *E = in createExpr()347 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()361 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()364 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()393 InstructionUseExpr *exp = nullptr; in lookupOrAdd()