Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInterval.cpp27 bool Interval::isLoop() const { in isLoop() function in Interval
/external/llvm/lib/Analysis/
DInterval.cpp29 bool Interval::isLoop() const { in isLoop() function in Interval
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInterval.cpp29 bool Interval::isLoop() const { in isLoop() function in Interval
/external/swiftshader/src/Shader/
DShader.cpp1113 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
/external/swiftshader/src/Pipeline/
DShader.cpp1113 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1298 static bool isLoop(const Stmt *Term) { in isLoop() function