Searched refs:InputIndex (Results 1 – 3 of 3) sorted by relevance
400 size_t InputIndex) { in mergeDeps() argument401 mergeDeps(std::move(TUDeps.ModuleGraph), InputIndex); in mergeDeps()414 assert(InputIndex < Inputs.size() && "Input index out of bounds"); in mergeDeps()415 assert(Inputs[InputIndex].FileName.empty() && "Result already populated"); in mergeDeps()416 Inputs[InputIndex] = std::move(ID); in mergeDeps()419 void mergeDeps(ModuleDepsGraph Graph, size_t InputIndex) { in mergeDeps() argument426 I->first.InputIndex = std::min(I->first.InputIndex, InputIndex); in mergeDeps()429 auto Res = Modules.insert(I, {{MD.ID, InputIndex}, std::move(MD)}); in mergeDeps()582 mutable size_t InputIndex; member599 return std::tie(ID.ModuleName, InputIndex) < in operator <()[all …]
818 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate() argument820 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()826 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate() argument828 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()832 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate() argument834 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()