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

  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 333 ConstCandVecType::iterator &MaxCostItr) {
339 if (ConstCand->CumulativeCost > MaxCostItr->CumulativeCost)
340 MaxCostItr = ConstCand;
377 MaxCostItr = ConstCand;
378 DEBUG(dbgs() << "New candidate: " << MaxCostItr->ConstInt->getValue()
389 auto MaxCostItr = S;
390 unsigned NumUses = maximizeConstantsInRange(S, E, MaxCostItr);
397 ConstInfo.BaseConstant = MaxCostItr->ConstInt;
  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 139 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 139 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 139 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 156 ConstCandVecType::iterator &MaxCostItr);

Completed in 63 milliseconds