Searched refs:InputIndex (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 269 size_t InputIndex) { in mergeDeps() argument 282 I->first.InputIndex = std::min(I->first.InputIndex, InputIndex); in mergeDeps() 285 Modules.insert(I, {{MD.ID, InputIndex}, std::move(MD)}); in mergeDeps() 300 return std::tie(A.ID.ModuleName, A.InputIndex) < in printFullOutput() 301 std::tie(B.ID.ModuleName, B.InputIndex); in printFullOutput() 366 mutable size_t InputIndex; member 400 size_t InputIndex, SharedStream &OS, SharedStream &Errs) { in handleFullDependencyToolResult() argument 411 FD.mergeDeps(Input, std::move(*MaybeFullDeps), InputIndex); in handleFullDependencyToolResult()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp | 720 [this](SlotIndex InputIndex) -> int { in tryFindEvictionCandidate() argument 722 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate() 728 [this](SlotIndex InputIndex) -> float { in tryFindEvictionCandidate() argument 730 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate() 734 [this](SlotIndex InputIndex) -> MachineBasicBlock * { in tryFindEvictionCandidate() argument 736 LIS->getInstructionFromIndex(InputIndex); in tryFindEvictionCandidate()
|