Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp129 bool coverLoop(Loop *L, SmallVectorImpl<Instruction *> &Insts) const;
2097 if (!coverLoop(CurLoop, Insts)) in processCopyingStore()
2291 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop() function in HexagonLoopIdiomRecognize