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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 204 unsigned OutlinedCost = getOutliningCost();
205 return (NotOutlinedCost < OutlinedCost) ? 0
206 : NotOutlinedCost - OutlinedCost;
MachineOutliner.h 204 unsigned OutlinedCost = getOutliningCost();
205 return (NotOutlinedCost < OutlinedCost) ? 0
206 : NotOutlinedCost - OutlinedCost;

Completed in 41 milliseconds