Home
last modified time | relevance | path

Searched defs:isBackedge (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h251 bool isBackedge(SUnit *Source, const SDep &Dep) { in isBackedge() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp925 bool NewGVN::isBackedge(BasicBlock *From, BasicBlock *To) const { in isBackedge() function in NewGVN