Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h502 class PHIExpression final : public BasicExpression {
507 PHIExpression(unsigned NumOperands, BasicBlock *B) in PHIExpression() function
509 PHIExpression() = delete;
510 PHIExpression(const PHIExpression &) = delete;
511 PHIExpression &operator=(const PHIExpression &) = delete;
512 ~PHIExpression() override;
521 const PHIExpression &OE = cast<PHIExpression>(Other); in equals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp171 PHIExpression::~PHIExpression() = default;
675 PHIExpression *createPHIExpression(ArrayRef<ValPair>, const Instruction *,
981 PHIExpression *NewGVN::createPHIExpression(ArrayRef<ValPair> PHIOperands, in createPHIExpression()
987 auto *E = new (ExpressionAllocator) PHIExpression(NumOps, PHIBlock); in createPHIExpression()
1741 auto *E = cast<PHIExpression>(createPHIExpression( in performSymbolicPHIEvaluation()
3621 dyn_cast_or_null<PHIExpression>(ValueToExpression.lookup(Def)); in convertClassToDFSOrdered()