Home
last modified time | relevance | path

Searched defs:QueryingAA (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp592 const AbstractAttribute *QueryingAA, in isAssumedDead()
624 const AbstractAttribute *QueryingAA, in isAssumedDead()
663 const AbstractAttribute *QueryingAA, in isAssumedDead()
698 const AbstractAttribute &QueryingAA, in checkForAllUses()
763 const AbstractAttribute &QueryingAA, in checkForAllCallSites()
785 const AbstractAttribute *QueryingAA, in checkForAllCallSites()
876 const AbstractAttribute &QueryingAA) { in checkForAllReturnedValuesAndReturnInsts()
898 function_ref<bool(Value &)> Pred, const AbstractAttribute &QueryingAA) { in checkForAllReturnedValues()
921 function_ref<bool(Instruction &)> Pred, const AbstractAttribute *QueryingAA, in checkForAllInstructionsImpl()
944 const AbstractAttribute &QueryingAA, in checkForAllInstructions()
[all …]
H A DAttributorAttributes.cpp257 Attributor &A, IRPosition IRP, const AAType &QueryingAA, StateTy &State, in genericValueTraversal()
364 Attributor &A, const AbstractAttribute &QueryingAA, const Value *Val, in stripAndAccumulateMinimalOffsets()
388 Attributor &A, const AbstractAttribute &QueryingAA, const Instruction *I, in getMinimalBaseOfAccsesPointerOperand()
428 Attributor &A, const AAType &QueryingAA, StateType &S, in clampReturnedValueStates()
490 static void clampCallSiteArgumentStates(Attributor &A, const AAType &QueryingAA, in clampCallSiteArgumentStates()
1592 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse()
3718 static unsigned getKnownAlignForUse(Attributor &A, AAAlign &QueryingAA, in getKnownAlignForUse()