HomeSort by: relevance | last modified time | path
    Searched refs:AAIsDead (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 583 const AAIsDead *FnLivenessAA,
593 const AAIsDead *FnLivenessAA,
625 const AAIsDead *FnLivenessAA,
632 lookupAAFor<AAIsDead>(IRPosition::function(*I.getFunction(), CBCtx),
647 const AAIsDead &IsDeadAA = getOrCreateAAFor<AAIsDead>(
649 // Don't check liveness for AAIsDead.
664 const AAIsDead *FnLivenessAA,
677 const AAIsDead *IsDeadAA;
679 IsDeadAA = &getOrCreateAAFor<AAIsDead>(
    [all...]
AttributorAttributes.cpp 114 PIPE_OPERATOR(AAIsDead)
263 const AAIsDead *LivenessAA = nullptr;
265 LivenessAA = &A.getAAFor<AAIsDead>(
2793 /// -------------------AAIsDead Function Attribute-----------------------
2795 struct AAIsDeadValueImpl : public AAIsDead {
2796 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {}
2798 /// See AAIsDead::isAssumedDead().
2801 /// See AAIsDead::isKnownDead().
2804 /// See AAIsDead::isAssumedDead(BasicBlock *).
2807 /// See AAIsDead::isKnownDead(BasicBlock *)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 128 struct AAIsDead;
1109 /// especially useful for AAIsDead as changes in liveness can make updates
1393 bool isAssumedDead(const AbstractAttribute &AA, const AAIsDead *LivenessAA,
1401 const AAIsDead *LivenessAA,
1409 const AAIsDead *FnLivenessAA,
1417 const AAIsDead *FnLivenessAA,
2810 struct AAIsDead : public StateWrapper<BooleanState, AbstractAttribute> {
2812 AAIsDead(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
2852 static AAIsDead &createForPosition(const IRPosition &IRP, Attributor &A);
2866 const std::string getName() const override { return "AAIsDead"; }
    [all...]

Completed in 228 milliseconds