HomeSort by relevance Sort by last modified time
    Searched full:phiuser (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
InstCombineVectorOps.cpp 74 Instruction *PHIUser = nullptr;
81 } else if (!PHIUser) {
82 PHIUser = cast<Instruction>(U);
88 if (!PHIUser)
94 if (!PHIUser->hasOneUse() || !(PHIUser->user_back() == PN) ||
95 !(isa<BinaryOperator>(PHIUser)) || !cheapToScalarize(PHIUser, true))
108 if (PHIInVal == PHIUser) {
112 BinaryOperator *B0 = cast<BinaryOperator>(PHIUser);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 814 Instruction *PHIUser = cast<Instruction>(PN.use_back());
815 if (PHINode *PU = dyn_cast<PHINode>(PHIUser)) {
828 if (PHIUser->hasOneUse() &&
829 (isa<BinaryOperator>(PHIUser) || isa<GetElementPtrInst>(PHIUser)) &&
830 PHIUser->use_back() == &PN) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 565 milliseconds