Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h73 Instruction *popDeferred() { in popDeferred() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5007 while (Instruction *I = Worklist.popDeferred()) { in run()