Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
344 class InstructionUseExpr : public GVNExpression::BasicExpression { class350 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anon97a272aa0111::InstructionUseExpr396 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()397 InstructionUseExpr *E = in createExpr()398 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()412 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()415 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()444 InstructionUseExpr *exp = nullptr; in lookupOrAdd()