HomeSort by relevance Sort by last modified time
    Searched refs:GetBFI (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 195 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,
207 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 206 : GetAssumptionCache(GetAC), GetTTI(GTTI), GetBFI(GBFI), PSI(ProfSI) {}
270 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI;
391 if (!GetBFI) {
395 BFI = &(*GetBFI)(*F);
767 *GetAssumptionCache, GetBFI, PSI, &ORE);
    [all...]
GlobalOpt.cpp     [all...]
Inliner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 106 Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI;
274 Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI,
277 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI),
    [all...]

Completed in 631 milliseconds