Home
last modified time | relevance | path

Searched refs:getLiveIns (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp232 HexagonBlockRanges::RegisterSet HexagonBlockRanges::getLiveIns( in getLiveIns() function in HexagonBlockRanges
297 for (auto R : getLiveIns(B, MRI, TRI)) in computeInitialLiveRanges()
399 for (auto R : getLiveIns(*SB, MRI, TRI)) in computeInitialLiveRanges()
DHexagonBlockRanges.h164 RegisterSet getLiveIns(const MachineBasicBlock &B,
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRDFGraph.h671 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRDFLiveness.cpp860 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()