Home
last modified time | relevance | path

Searched refs:branchInst (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp184 Instruction** branchInst, in IsStructuredHeader() argument
190 if (branchInst != nullptr) *branchInst = bri; in IsStructuredHeader()
218 Instruction* branchInst; in ComputeBlock2HeaderMaps() local
221 IsStructuredHeader(*bi, &mergeInst, &branchInst, &mergeBlockId); in ComputeBlock2HeaderMaps()
227 currentHeaderBranch.push(branchInst); in ComputeBlock2HeaderMaps()
228 branch2merge_[branchInst] = mergeInst; in ComputeBlock2HeaderMaps()
235 currentHeaderBranch.push(branchInst); in ComputeBlock2HeaderMaps()
236 branch2merge_[branchInst] = mergeInst; in ComputeBlock2HeaderMaps()
437 Instruction* branchInst = block2headerBranch_[blk]; in AggressiveDCE() local
438 if (branchInst != nullptr) { in AggressiveDCE()
[all …]
Daggressive_dead_code_elim_pass.h108 Instruction** branchInst, uint32_t* mergeBlockId);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp184 Instruction** branchInst, in IsStructuredHeader() argument
190 if (branchInst != nullptr) *branchInst = bri; in IsStructuredHeader()
218 Instruction* branchInst; in ComputeBlock2HeaderMaps() local
221 IsStructuredHeader(*bi, &mergeInst, &branchInst, &mergeBlockId); in ComputeBlock2HeaderMaps()
227 currentHeaderBranch.push(branchInst); in ComputeBlock2HeaderMaps()
228 branch2merge_[branchInst] = mergeInst; in ComputeBlock2HeaderMaps()
235 currentHeaderBranch.push(branchInst); in ComputeBlock2HeaderMaps()
236 branch2merge_[branchInst] = mergeInst; in ComputeBlock2HeaderMaps()
437 Instruction* branchInst = block2headerBranch_[blk]; in AggressiveDCE() local
438 if (branchInst != nullptr) { in AggressiveDCE()
[all …]
Daggressive_dead_code_elim_pass.h110 Instruction** branchInst, uint32_t* mergeBlockId);