Home
last modified time | relevance | path

Searched refs:IsSuccessor (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp151 bool BasicBlock::IsSuccessor(const BasicBlock* block) const { in IsSuccessor() function in spvtools::opt::BasicBlock
Dbasic_block.h169 bool IsSuccessor(const BasicBlock* block) const;
Ddead_branch_elim_pass.cpp261 } else if (live_blocks.count(inc) && inc->IsSuccessor(&block)) { in FixPhiNodesInLiveBlocks()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.cpp151 bool BasicBlock::IsSuccessor(const BasicBlock* block) const { in IsSuccessor() function in spvtools::opt::BasicBlock
Dbasic_block.h169 bool IsSuccessor(const BasicBlock* block) const;
Ddead_branch_elim_pass.cpp261 } else if (live_blocks.count(inc) && inc->IsSuccessor(&block)) { in FixPhiNodesInLiveBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp554 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local
574 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()
576 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h924 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) { in DeleteEdge()
928 (void)IsSuccessor; in DeleteEdge()
929 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!"); in DeleteEdge()