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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 111 bool CandidateSplit = false;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 127 assert(!CandidateSplit && "Candidate already split!");
159 CandidateSplit = true;
163 assert(CandidateSplit && "Candidate is not split!");
211 CandidateSplit = false;

Completed in 124 milliseconds