Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp109 bool isSafeToMoveBeforeInBB(const Instruction &In,
578 return HVC.isSafeToMoveBeforeInBB(*I, Base->getIterator()); in createLoadGroups()
629 if (!HVC.isSafeToMoveBeforeInBB(*Info.Inst, Base->getIterator(), Move.Main)) in createStoreGroups()
1373 auto HexagonVectorCombine::isSafeToMoveBeforeInBB(const Instruction &In, in isSafeToMoveBeforeInBB() function in HexagonVectorCombine