Home
last modified time | relevance | path

Searched refs:isLoop (Results 1 – 11 of 11) 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/llvm/include/llvm/Analysis/
DInterval.h97 bool isLoop() const;
/external/swiftshader/src/Shader/
DShader.cpp1113 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
1688 if(instruction[i]->isBranch() || instruction[i]->isLoop()) in analyzeDynamicBranching()
1715 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching()
1740 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching()
1765 if(instruction[l]->isLoop()) in analyzeDynamicBranching()
DShader.hpp512 bool isLoop() const;
/external/swiftshader/src/Pipeline/
DShader.cpp1113 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
1688 if(instruction[i]->isBranch() || instruction[i]->isLoop()) in analyzeDynamicBranching()
1715 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching()
1740 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching()
1765 if(instruction[l]->isLoop()) in analyzeDynamicBranching()
DShader.hpp511 bool isLoop() const;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInterval.h98 bool isLoop() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInterval.h94 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()