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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 1518 if (!A.checkForAllUses(Pred, *this, AssociatedValue))
2666 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) {
2832 return A.checkForAllUses(UsePred, *this, V, DepClassTy::REQUIRED);
5195 A.checkForAllUses(Pred, *this, I);
Attributor.cpp 697 bool Attributor::checkForAllUses(function_ref<bool(const Use &, bool &)> Pred,
706 // uses. Note that this requires users of `checkForAllUses` to not recurse but
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1425 bool checkForAllUses(function_ref<bool(const Use &, bool &)> Pred,

Completed in 48 milliseconds