Home
last modified time | relevance | path

Searched refs:IsLoop (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dloop_statement_test.cc53 TEST_F(LoopStatementTest, IsLoop) { in TEST_F() argument
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.h181 bool IsLoop() const { return type_ == GraphAssemblerLabelType::kLoop; } in IsLoop() function
572 DCHECK(!label->IsLoop()); in MergeState()
589 if (label->IsLoop()) { in MergeState()
615 DCHECK(!label->IsLoop()); in MergeState()
680 if (label->merged_count_ > 1 || label->IsLoop()) { in Bind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp3330 bool IsLoop = false; in runOnMachineFunction() local
3335 IsLoop = true; in runOnMachineFunction()
3337 if (!IsLoop) in runOnMachineFunction()