Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h167 std::unordered_map<const BinaryBasicBlock *, StateTy> StateAtBBEntry; variable
230 return StateAtBBEntry[&BB]; in getOrCreateStateAt()
270 auto Iter = StateAtBBEntry.find(&BB); in getStateAt()
271 if (Iter == StateAtBBEntry.end()) in getStateAt()