Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h179 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp366 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast() function in FullDependence