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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 361 /// hasTrivialKill - Test whether the given value has exactly one use.
362 bool hasTrivialKill(const Value *V) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 82 bool FastISel::hasTrivialKill(const Value *V) const {
91 !hasTrivialKill(Cast->getOperand(0)))
263 bool IdxNIsKill = hasTrivialKill(Idx);
344 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
361 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
400 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
423 bool NIsKill = hasTrivialKill(I->getOperand(0));
619 bool ResultRegIsKill = hasTrivialKill(Call);
674 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
712 bool Op0IsKill = hasTrivialKill(I->getOperand(0))
    [all...]

Completed in 65 milliseconds