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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 472 bool findInContextOf(const Instruction *I, const Instruction *PP) {
474 return findInContextOf(I, EIt, EEnd);
483 bool findInContextOf(const Instruction *I, iterator &EIt, iterator &EEnd) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 473 if (Explorer.findInContextOf(It.first, EIt, EEnd))
AttributorAttributes.cpp 637 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd);
5129 return Explorer.findInContextOf(UniqueFree, I.getNextNode());

Completed in 48 milliseconds