Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp819 bool HexagonExpandCondsets::canMoveMemTo(MachineInstr &TheI, MachineInstr &ToI, in canMoveMemTo() argument
821 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo()
824 if (HII->areMemAccessesTriviallyDisjoint(TheI, ToI)) in canMoveMemTo()
826 if (TheI.hasUnmodeledSideEffects()) in canMoveMemTo()
829 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo()
830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo()
831 bool Ordered = TheI.hasOrderedMemoryRef(); in canMoveMemTo()