HomeSort by relevance Sort by last modified time
    Searched refs:FindNewBasicBlockFor (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
code_sink.h 71 BasicBlock* FindNewBasicBlockFor(Instruction* inst);
code_sink.cpp 61 if (BasicBlock* target_bb = FindNewBasicBlockFor(inst)) {
74 BasicBlock* CodeSinkingPass::FindNewBasicBlockFor(Instruction* inst) {

Completed in 250 milliseconds