Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h252 void doForAllSuccsOrPreds(const BinaryBasicBlock &BB, in doForAllSuccsOrPreds() function
362 doForAllSuccsOrPreds(*BB, [&](ProgramPoint P) { in run()
370 doForAllSuccsOrPreds(*BB, [&](ProgramPoint P) { in run()
H A DDominatorAnalysis.h49 this->doForAllSuccsOrPreds(BB, [&](ProgramPoint P) { in getDominanceFrontierFor()