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.cpp1181 bool InsertBeforeBundle; in unpacketizeSoloInstrs() local
1183 InsertBeforeBundle = !hasWriteToReadDep(MI, *BundleIt, HRI); in unpacketizeSoloInstrs()
1185 InsertBeforeBundle = true; in unpacketizeSoloInstrs()
1189 BundleIt = moveInstrOut(MI, BundleIt, InsertBeforeBundle); in unpacketizeSoloInstrs()