Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1174 bool InsertBeforeBundle; in unpacketizeSoloInstrs() local
1176 InsertBeforeBundle = !hasWriteToReadDep(MI, *BundleIt, HRI); in unpacketizeSoloInstrs()
1178 InsertBeforeBundle = true; in unpacketizeSoloInstrs()
1182 BundleIt = moveInstrOut(MI, BundleIt, InsertBeforeBundle); in unpacketizeSoloInstrs()