Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInterval.cpp29 bool Interval::isLoop() const { in isLoop() function in Interval
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInterval.cpp26 bool Interval::isLoop() const { in isLoop() function in Interval
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp72 bool isLoop() const override { return false; } in isLoop() function in __anonc26a89d20111::ConcreteRegion
75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } in isLoop() function in __anonc26a89d20111::ConcreteRegion
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1163 deUint32 isLoop; in simulate() member
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1298 static bool isLoop(const Stmt *Term) { in isLoop() function