Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
346 class InstructionUseExpr : public GVNExpression::BasicExpression { class352 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anon7f9656e30111::InstructionUseExpr398 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()399 InstructionUseExpr *E = in createExpr()400 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()414 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()417 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()446 InstructionUseExpr *exp = nullptr; in lookupOrAdd()