Searched defs:hasTrivialKill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp134 bool FastISel::hasTrivialKill(const Value *V) { function in class:FastISel
143 !hasTrivialKill(Cast->getOperand(0)))
155 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0)))
320 bool IdxNIsKill = hasTrivialKill(Idx);
408 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
424 bool Op0IsKill = hasTrivialKill(I->getOperand(0));
468 bool Op1IsKill = hasTrivialKill(I->getOperand(1));
487 bool NIsKill = hasTrivialKill(I->getOperand(0));
1248 bool InputRegIsKill = hasTrivialKill(I->getOperand(0));
1282 bool Op0IsKill = hasTrivialKill(
[all...]

Completed in 47 milliseconds