Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp247 void llvm::computeLiveIns(LivePhysRegs &LiveRegs, in computeLiveIns() function in llvm
329 computeLiveIns(LiveRegs, MBB); in computeAndAddLiveIns()
DBranchFolding.cpp923 computeLiveIns(NewLiveIns, *MBB); in mergeCommonTails()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h175 void computeLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h93 void computeLiveIns();
DHexagonRDFOpt.cpp328 LV.computeLiveIns(); in runOnMachineFunction()
DHexagonOptAddrMode.cpp809 L.computeLiveIns(); in runOnMachineFunction()
DRDFLiveness.cpp684 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()