Home
last modified time | relevance | path

Searched refs:computeLiveIns (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h56 void computeLiveIns();
DHexagonRDFOpt.cpp316 LV.computeLiveIns(); in runOnMachineFunction()
DHexagonOptAddrMode.cpp649 L.computeLiveIns(); in runOnMachineFunction()
DRDFLiveness.cpp526 void Liveness::computeLiveIns() { in computeLiveIns() function in Liveness
/external/llvm/lib/CodeGen/
DBranchFolding.h134 void computeLiveIns(MachineBasicBlock &MBB);
DBranchFolding.cpp402 void BranchFolder::computeLiveIns(MachineBasicBlock &MBB) { in computeLiveIns() function in BranchFolder
432 computeLiveIns(*NewDest); in ReplaceTailWithBranchTo()
470 computeLiveIns(*NewMBB); in SplitMBBAt()