Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp400 size_t InputIndex) { in mergeDeps() argument
401 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() argument
426 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; member
599 return std::tie(ID.ModuleName, InputIndex) < in operator <()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp818 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate() argument
820 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()
826 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate() argument
828 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()
832 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate() argument
834 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()