Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp851 bool HexagonExpandCondsets::canMoveMemTo(MachineInstr *TheI, MachineInstr *ToI, in canMoveMemTo() argument
853 bool IsLoad = TheI->mayLoad(), IsStore = TheI->mayStore(); in canMoveMemTo()
856 if (HII->areMemAccessesTriviallyDisjoint(TheI, ToI)) in canMoveMemTo()
858 if (TheI->hasUnmodeledSideEffects()) in canMoveMemTo()
861 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo()
862 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo()
863 bool Ordered = TheI->hasOrderedMemoryRef(); in canMoveMemTo()