Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
348 class InstructionUseExpr : public GVNExpression::BasicExpression { class354 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonf1d6865e0111::InstructionUseExpr397 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()398 InstructionUseExpr *E = in createExpr()399 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()413 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()416 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()437 InstructionUseExpr *exp = nullptr; in lookupOrAdd()