Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp350 class InstructionUseExpr : public GVNExpression::BasicExpression { class
355 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr() function in __anonec26fc0d0111::InstructionUseExpr
395 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()