Home
last modified time | relevance | path

Searched refs:InputIndex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp373 size_t InputIndex) { in mergeDeps() argument
374 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() argument
396 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; member
531 return std::tie(ID.ModuleName, InputIndex) < in operator <()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp741 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate() argument
743 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()
749 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate() argument
751 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()
755 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate() argument
757 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()