Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h207 MBB.clearLiveIns(OldLiveIns); in recomputeLiveIns()
H A DMachineBasicBlock.h492 LLVM_ABI void clearLiveIns();
496 LLVM_ABI void clearLiveIns(std::vector<RegisterMaskPair> &OldLiveIns);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp307 StoreBB->clearLiveIns(); in expandCMP_SWAP()
309 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP()
441 FailBB->clearLiveIns(); in expandCMP_SWAP_128()
443 StoreBB->clearLiveIns(); in expandCMP_SWAP_128()
445 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP_128()
752 LoopBB->clearLiveIns(); in expandSetTagLoop()
754 DoneBB->clearLiveIns(); in expandSetTagLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1766 void MachineBasicBlock::clearLiveIns() { in clearLiveIns() function in MachineBasicBlock
1770 void MachineBasicBlock::clearLiveIns( in clearLiveIns() function in MachineBasicBlock
H A DBranchFolding.cpp900 MBB->clearLiveIns(); in mergeCommonTails()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1950 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1952 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP()
2074 StoreBB->clearLiveIns(); in ExpandCMP_SWAP_64()
2076 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP_64()