Searched refs:InputIndex (Results 1 – 2 of 2) sorted by relevance
373 size_t InputIndex) { in mergeDeps() argument374 mergeDeps(std::move(TUDeps.ModuleGraph), InputIndex); in mergeDeps()384 assert(InputIndex < Inputs.size() && "Input index out of bounds"); in mergeDeps()385 assert(Inputs[InputIndex].FileName.empty() && "Result already populated"); in mergeDeps()386 Inputs[InputIndex] = std::move(ID); in mergeDeps()389 void mergeDeps(ModuleDepsGraph Graph, size_t InputIndex) { in mergeDeps() argument396 I->first.InputIndex = std::min(I->first.InputIndex, InputIndex); in mergeDeps()399 auto Res = Modules.insert(I, {{MD.ID, InputIndex}, std::move(MD)}); in mergeDeps()514 mutable size_t InputIndex; member531 return std::tie(ID.ModuleName, InputIndex) < in operator <()[all …]
741 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate() argument743 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()749 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate() argument751 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()755 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate() argument757 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()