Home
last modified time | relevance | path

Searched refs:InstructionUseExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp374 class InstructionUseExpr : public GVNExpression::BasicExpression { class
380 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonac6bc9b30111::InstructionUseExpr
426 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()