Home
last modified time | relevance | path

Searched refs:updatePHIDepAtJoin (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DWIAnalysis.hpp207 void updatePHIDepAtJoin(llvm::BasicBlock* blk, BranchInfo* brInfo);
H A DWIAnalysis.cpp916 updatePHIDepAtJoin(ipd, &br_info); in update_cf_dep()
922 updatePHIDepAtJoin(*join_it, &br_info); in update_cf_dep()
1006 void WIAnalysisRunner::updatePHIDepAtJoin(BasicBlock* blk, BranchInfo* brInfo) in updatePHIDepAtJoin() function in WIAnalysisRunner