HomeSort by relevance Sort by last modified time
    Searched refs:hasOneUse (Results 26 - 50 of 69) sorted by null

12 3

  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 411 if (C->hasOneUse()) {
421 } while (C->hasOneUse());
500 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
    [all...]
TailRecursionElimination.cpp 552 if (!I->hasOneUse() || !isa<ReturnInst>(I->user_back()))
    [all...]
MemCpyOptimizer.cpp 501 if (LI->isSimple() && LI->hasOneUse() &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 480 if (BI->isConditional() && BI->getCondition()->hasOneUse())
    [all...]
SimplifyIndVar.cpp 294 else if (ExtractInst->getIndices()[0] == 1 && ExtractInst->hasOneUse())
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 618 if (requireIntermediatesHaveOneUse && !AddOp.hasOneUse())
622 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
632 if (requireIntermediatesHaveOneUse && !AddOp.getOperand(0).hasOneUse())
642 if (requireIntermediatesHaveOneUse && !AddOp.getOperand(1).hasOneUse())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 136 return I->hasOneUse() &&
    [all...]
InstrEmitter.cpp 192 if (!Node->hasOneUse())
347 bool isKill = Op.hasOneUse() &&
    [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FastISel.cpp 837 // Moreover, things like hasOneUse could not be used accurately, if we
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 420 if (!N->hasOneUse())
460 if (Shift.hasOneUse())
572 ((!Subtarget->isLikeA9() && !Subtarget->isSwift()) || N.hasOneUse())) {
637 N.getOperand(0).hasOneUse())) {
671 (!(Subtarget->isLikeA9() || Subtarget->isSwift()) || N.hasOneUse())) {
738 if ((Subtarget->isLikeA9() || Subtarget->isSwift()) && !N.hasOneUse()) {
777 N.getOperand(0).hasOneUse())) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 202 /// hasOneUse - Return true if there is exactly one node using value
205 inline bool hasOneUse() const;
436 /// hasOneUse - Return true if there is exactly one use of this node.
438 bool hasOneUse() const {
910 inline bool SDValue::hasOneUse() const {
    [all...]
MachineRegisterInfo.h 435 /// hasOneUse - Return true if there is exactly one instruction using the
437 bool hasOneUse(unsigned RegNo) const {
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 297 if (Inst->hasOneUse() &&
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 508 if (Index->hasOneUse())
521 if (Base->hasOneUse())
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 157 if (!V->hasOneUse())
210 if (I->hasOneUse())
218 if (I->hasOneUse())
227 if (I->hasOneUse())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 687 if (Source->hasOneUse() &&
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 421 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
493 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 766 if (CI->hasOneUse() && (CI->getParent() == I->getParent())) {
787 if (TI->hasOneUse() && TI->getParent() == I->getParent() &&
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 55 return V->hasOneUse() && SubPattern.match(V);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]

Completed in 1163 milliseconds

12 3