Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp132 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
134 bool hasWorkToDo() const { return !Worklist.empty(); } in hasWorkToDo() function in __anon1394dca00111::Mapper
1117 assert(!hasWorkToDo() && "Expected to have flushed the worklist"); in addFlags()
1132 assert(!M.hasWorkToDo() && "Expected to be flushed"); in FlushingMapper()