HomeSort by: relevance | last modified time | path
    Searched refs:isLoopN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 374 bool isLoopN(const MachineInstr &MI) const;
HexagonVLIWPacketizer.cpp 1252 if (HII->isLoopN(I) && isBadForLoopN(J))
1254 if (HII->isLoopN(J) && isBadForLoopN(I))
1382 HII->isLoopN(*PI)) {
HexagonInstrInfo.cpp 2384 bool HexagonInstrInfo::isLoopN(const MachineInstr &MI) const {

Completed in 21 milliseconds