Home
last modified time | relevance | path

Searched refs:isLoop (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp56 virtual bool isLoop() const = 0;
72 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
371 if (Region->isLoop()) { in sortBlocks()
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp1163 deUint32 isLoop; in simulate() member
1240 stateStack[nesting].isLoop = 0; in simulate()
1249 while (!stateStack[n].isLoop) in simulate()
1255 stateStack[nesting].isLoop = 0; in simulate()
1262 while (!stateStack[n].isLoop) in simulate()
1278 stateStack[nesting].isLoop = 0; in simulate()
1302 stateStack[nesting].isLoop = 1; in simulate()
1329 stateStack[nesting].isLoop = 1; in simulate()
1356 stateStack[nesting].isLoop = 1; in simulate()
1383 stateStack[nesting].isLoop = 1; in simulate()
[all …]
/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/llvm/include/llvm/Analysis/
DInterval.h97 bool isLoop() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h93 bool isLoop() const;
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1298 static bool isLoop(const Stmt *Term) { in isLoop() function
1320 if (!isLoop(Term)) in isLoopJumpPastBody()
1813 if (isLoop(Term)) { in GenerateAlternateExtensivePathDiagnostic()