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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 401 InductiveRangeCheck IRC;
402 IRC.End = End;
403 IRC.Begin = IndexAddRec->getStart();
404 IRC.Step = IndexAddRec->getStepRecurrence(SE);
405 IRC.CheckUse = &ConditionUse;
406 Checks.push_back(IRC);
1911 for (InductiveRangeCheck &IRC : RangeChecks)
1912 IRC.print(OS);
1946 for (InductiveRangeCheck &IRC : RangeChecks) {
1947 auto Result = IRC.computeSafeIterationSpace(SE, IndVar
    [all...]
  /src/external/bsd/ipf/dist/
HISTORY 306 add IRC proxy
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4485 auto *IRC = cast<OMPInReductionClause>(Clause);
4486 for (Expr *E : IRC->taskgroup_descriptors())
5782 if (auto *IRC = dyn_cast<OMPInReductionClause>(C)) {
5783 for (Expr *E : IRC->taskgroup_descriptors())

Completed in 41 milliseconds