Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h229 StateTy &getOrCreateStateAt(const BinaryBasicBlock &BB) { in getOrCreateStateAt() function
233 StateTy &getOrCreateStateAt(MCInst &Point) { in getOrCreateStateAt() function
238 StateTy &getOrCreateStateAt(ProgramPoint Point) { in getOrCreateStateAt() function
240 return getOrCreateStateAt(*Point.getBB()); in getOrCreateStateAt()
241 return getOrCreateStateAt(*Point.getInst()); in getOrCreateStateAt()
322 StateTy &St = getOrCreateStateAt(BB); in run()
325 StateTy &St = getOrCreateStateAt(Inst); in run()
360 StateTy StateAtEntry = getOrCreateStateAt(*BB); in run()
376 StateTy &St = getOrCreateStateAt(*BB); in run()
401 derived().doConfluenceWithLP(CurState, getOrCreateStateAt(LBB), in run()
[all …]