Home
last modified time | relevance | path

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

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