Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance
374 class InstructionUseExpr : public GVNExpression::BasicExpression { class380 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonac6bc9b30111::InstructionUseExpr426 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()427 InstructionUseExpr *E = in createExpr()428 new (Allocator) InstructionUseExpr(I, Recycler, Allocator); in createExpr()442 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()445 InstructionUseExpr *E = createExpr(I); in createMemoryExpr()474 InstructionUseExpr *exp = nullptr; in lookupOrAdd()