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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 1491 Value &AssociatedValue = getIRPosition().getAssociatedValue();
1518 if (!A.checkForAllUses(Pred, *this, AssociatedValue))
1592 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue,
1648 if (Base == &AssociatedValue &&
1662 if (Offset == 0 && Base == &AssociatedValue &&
3719 Value &AssociatedValue, const Use *U,
3764 if (Base == &AssociatedValue) {
3813 Value &AssociatedValue = getAssociatedValue();
3814 for (const Use &U : AssociatedValue.uses()) {
3816 if (SI->getPointerOperand() == &AssociatedValue)
    [all...]
Attributor.cpp 457 Value &AssociatedValue = getAssociatedValue();
460 A.getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK});
467 LLVMContext &Ctx = AssociatedValue.getContext();

Completed in 90 milliseconds