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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp 727 unsigned Prio;
736 Prio = Size;
743 Prio = MemOp++;
758 Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex());
763 Prio = Indexes->getZeroIndex().getInstrDistance(LI->endIndex());
765 Prio |= RC.AllocationPriority << 24;
770 Prio = (1u << 29) + Size;
773 Prio |= (1u << 31);
777 Prio |= (1u << 30);
781 CurQueue.push(std::make_pair(Prio, ~Reg))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 4259 const Expr *Prio = Clause->getPriority();
4262 EmitScalarExpr(Prio), Prio->getType(),
4264 Prio->getExprLoc()));

Completed in 24 milliseconds