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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 1366 !A.checkForAllCallLikeInstructions(CheckForNoSync, *this))
1426 if (!A.checkForAllCallLikeInstructions(CheckForNoFree, *this))
1887 if (!A.checkForAllCallLikeInstructions(CheckForNoRecurse, *this))
2101 A.checkForAllCallLikeInstructions(InspectCallSiteForUB, *this);
2326 if (!A.checkForAllCallLikeInstructions(CheckForWillReturn, *this))
5262 A.checkForAllCallLikeInstructions(MallocCallocCheck, *this);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1569 /// See checkForAllCallLikeInstructions(...) for more information.
1570 bool checkForAllCallLikeInstructions(function_ref<bool(Instruction &)> Pred,

Completed in 33 milliseconds