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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 95 bool FastISel::hasTrivialKill(const Value *V) const {
104 !hasTrivialKill(Cast->getOperand(0)))
109 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
274 bool IdxNIsKill = hasTrivialKill(Idx);
367 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
384 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
430 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
453 bool NIsKill = hasTrivialKill(I->getOperand(0));
712 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
750 bool Op0IsKill = hasTrivialKill(I->getOperand(0))
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 384 /// hasTrivialKill - Test whether the given value has exactly one use.
385 bool hasTrivialKill(const Value *V) const;

Completed in 56 milliseconds