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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1896 std::unique_ptr<BranchProbabilityInfo> NewBPI =
1899 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 677 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo);
678 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI);

Completed in 23 milliseconds