Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
350 class InstructionUseExpr : public GVNExpression::BasicExpression { class355 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonec26fc0d0111::InstructionUseExpr395 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()396 InstructionUseExpr *E = in createExpr()397 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()411 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()414 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()435 InstructionUseExpr *exp = nullptr; in lookupOrAdd()