HomeSort by relevance Sort by last modified time
    Searched refs:UpdatePhi (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
SSAUpdaterBulk.cpp 191 PHINode *UpdatePhi = dyn_cast_or_null<PHINode>(I2->getOperand(0));
192 EXPECT_NE(UpdatePhi, nullptr);
193 EXPECT_EQ(UpdatePhi->getIncomingValueForBlock(LoopStartBB), AddOp2);
194 EXPECT_EQ(UpdatePhi->getIncomingValueForBlock(IfBB), UndefValue::get(I32Ty));
  /art/compiler/optimizing/
reference_type_propagation.cc 131 void UpdatePhi(HPhi* phi) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]

Completed in 197 milliseconds