Home
last modified time | relevance | path

Searched defs:isLoop (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.cpp11 bool ConcreteSortRegion<MachineLoop>::isLoop() const { in isLoop() function in llvm::WebAssembly::ConcreteSortRegion
H A DWebAssemblySortRegion.h56 bool isLoop() const override { return false; } in isLoop() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1819 bool isLoop() { in isLoop() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1014 static bool isLoop(const Stmt *Term) { in isLoop() function