Home
last modified time | relevance | path

Searched refs:loopBlocks (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp331 std::unordered_set<Block::ID> loopBlocks; in EmitLoop() local
332 loopBlocks.emplace(block.mergeBlock); in EmitLoop()
333 function.TraverseReachableBlocks(blockId, loopBlocks); in EmitLoop()
339 if(loopBlocks.count(in) == 0) in EmitLoop()
431 StorePhi(blockId, insn, state, loopBlocks); in EmitLoop()
463 StorePhi(mergeBlockId, insn, state, loopBlocks); in EmitLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp341 std::unordered_set<Block::ID> loopBlocks; in EmitLoop() local
342 loopBlocks.emplace(block.mergeBlock); // Stop traversal at mergeBlock. in EmitLoop()
343 function.TraverseReachableBlocks(blockId, loopBlocks); in EmitLoop()
349 if(loopBlocks.count(in) == 0) in EmitLoop()
444 StorePhi(blockId, insn, state, loopBlocks); in EmitLoop()
478 StorePhi(mergeBlockId, insn, state, loopBlocks); in EmitLoop()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp331 std::vector<MachineBasicBlock*> loopBlocks = LP->getBlocks(); in propagateUsesAroundLoop() local
332 for (unsigned i = 0, e = loopBlocks.size(); i != e; ++i) { in propagateUsesAroundLoop()
333 MachineBasicBlock* LBB = loopBlocks[i]; in propagateUsesAroundLoop()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReentrantBlockIteratorTest.java63 public static int loopBlocks(int a) { in loopBlocks() method in ReentrantBlockIteratorTest
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.cpp4171 std::list<G4_BB*> loopBlocks; in findNaturalLoops() local
4173 loopBlocks.push_back(tail); in findNaturalLoops()
4176 while (!loopBlocks.empty()) in findNaturalLoops()
4178 G4_BB* loopBlock = loopBlocks.front(); in findNaturalLoops()
4179 loopBlocks.pop_front(); in findNaturalLoops()
4192 loopBlocks.push_front(callBB); in findNaturalLoops()
4216 loopBlocks.push_front(predBB); in findNaturalLoops()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCloop.c233 V_ARG (set *, loopBlocks); in DEFSETFUNC()
250 if (applyToSet (ebp->succList, isNotInBlocks, loopBlocks)) in DEFSETFUNC()