Home
last modified time | relevance | path

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

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