Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h173 /// isPeelFirst - Returns true if peeling the first iteration from
175 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() function
266 /// isPeelFirst - Returns true if peeling the first iteration from
268 bool isPeelFirst(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp358 bool FullDependence::isPeelFirst(unsigned Level) const { in isPeelFirst() function in FullDependence
676 if (isPeelFirst(II)) in dump()