/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 452 for (const std::pair<MCRegister, Register> &LI : liveins()) in isLiveIn() 461 for (const std::pair<MCRegister, Register> &LI : liveins()) in getLiveInPhysReg() 470 for (const std::pair<MCRegister, Register> &LI : liveins()) in getLiveInVirtReg()
|
H A D | LiveRegUnits.cpp | 90 for (const auto &LI : MBB.liveins()) in addBlockLiveIns()
|
H A D | BasicBlockPathCloning.cpp | 193 for (auto &LiveIn : OrigBB->liveins()) in ApplyCloning()
|
H A D | MachineBasicBlock.cpp | 427 for (const auto &LI : liveins()) { in print() 1252 for (const auto &LI : Succ->liveins()) in SplitCriticalEdge() 1657 for (const MachineBasicBlock::RegisterMaskPair &LI : S->liveins()) { in computeRegisterLiveness() 1716 for (const MachineBasicBlock::RegisterMaskPair &LI : liveins()) in computeRegisterLiveness()
|
H A D | LivePhysRegs.cpp | 156 for (const auto &LI : MBB.liveins()) { in addBlockLiveIns()
|
H A D | RDFLiveness.cpp | 874 for (const MachineBasicBlock::RegisterMaskPair &LI : B.liveins()) in computeLiveIns() 899 for (const MachineBasicBlock::RegisterMaskPair &LI : B.liveins()) in resetLiveIns() 917 for (auto I : B->liveins()) { in resetKills()
|
H A D | LiveVariables.cpp | 578 for (const auto &LI : MBB->liveins()) { in runOnBlock() 614 for (const auto &LI : SuccMBB->liveins()) { in runOnBlock()
|
H A D | BranchRelaxation.cpp | 563 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : Succ->liveins()) in relaxBranchInstructions()
|
H A D | CriticalAntiDepBreaker.cpp | 68 for (const auto &LI : Succ->liveins()) { in StartBlock()
|
H A D | ReachingDefAnalysis.cpp | 67 for (const auto &LI : MBB->liveins()) { in enterBasicBlock()
|
H A D | ShrinkWrap.cpp | 506 for (const MachineBasicBlock::RegisterMaskPair &LI : MBB->liveins()) in tryToSplitRestore()
|
H A D | AggressiveAntiDepBreaker.cpp | 156 for (const auto &LI : Succ->liveins()) { in StartBlock()
|
H A D | RDFGraph.cpp | 916 for (std::pair<unsigned, unsigned> P : MRI.liveins()) in build() 919 for (auto I : EntryB.liveins()) in build()
|
H A D | MachineVerifier.cpp | 685 for (const auto &LI : MBB->liveins()) { in visitMachineBasicBlockBefore() 852 for (const auto &LI : MBB->liveins()) { in visitMachineBasicBlockBefore() 3311 for (MachineBasicBlock::RegisterMaskPair P : MBB.liveins()) { in visitMachineFunctionAfter()
|
H A D | MIRPrinter.cpp | 330 for (std::pair<unsigned, unsigned> LI : RegInfo.liveins()) { in convert()
|
H A D | MachineCopyPropagation.cpp | 475 for (const auto &LI : Succ->liveins()) { in readSuccessorLiveIns()
|
H A D | ScheduleDAGInstrs.cpp | 225 for (const auto &LI : Succ->liveins()) { in addSchedBarrierDeps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86VZeroUpper.cpp | 139 for (std::pair<unsigned, unsigned> LI : MRI.liveins()) in checkFnHasLiveInYmmOrZmm()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CollectLOH.cpp | 546 for (const auto &LI : Succ->liveins()) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.cpp | 264 for (const auto &LiveIn : MBB.liveins()) in spillCalleeSavedRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 238 for (auto I : B.liveins()) { in getLiveIns()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 405 for (const auto &LI : S->liveins()) in addLiveOut()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 1005 ArrayRef<std::pair<MCRegister, Register>> liveins() const { in liveins() function
|
H A D | MachineBasicBlock.h | 502 iterator_range<livein_iterator> liveins() const {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 177 return llvm::any_of(MBB.liveins(), in isRegLiveIn()
|