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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 169 unsigned FnCountBefore, FnCountAfter;
171 std::tie(FnCountBefore, FnCountAfter) = Change;
172 int64_t FnDelta = static_cast<int64_t>(FnCountAfter) -
194 FnCountAfter)
200 Change.first = FnCountAfter;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 941 unsigned FnCountAfter = MF->getInstructionCount();
953 int64_t FnDelta = static_cast<int64_t>(FnCountAfter) -
970 FnCountAfter)

Completed in 20 milliseconds