Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp120 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
122 bool hasWorkToDo() const { return !Worklist.empty(); } in hasWorkToDo() function in __anoned9495110111::Mapper
1036 assert(!hasWorkToDo() && "Expected to have flushed the worklist"); in addFlags()
1051 assert(!M.hasWorkToDo() && "Expected to be flushed"); in FlushingMapper()