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.cpp136 bool coverLoop(Loop *L, SmallVectorImpl<Instruction *> &Insts) const;
2109 if (!coverLoop(CurLoop, Insts)) in processCopyingStore()
2303 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop() function in HexagonLoopIdiomRecognize