Searched refs:isLoop (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInterval.cpp25 // isLoop - Find out if there is a back edge in this interval...
26 bool Interval::isLoop() const { function in class:Interval
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp56 virtual bool isLoop() const = 0;
72 bool isLoop() const override { return false; }
75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } function in class:__anon2431::ConcreteRegion
371 if (Region->isLoop()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h92 /// isLoop - Find out if there is a back edge in this interval...
93 bool isLoop() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp998 static bool isLoop(const Stmt *Term) { function
1273 if (isLoop(Term)) {

Completed in 57 milliseconds