Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h75 Instruction *popDeferred() { in popDeferred() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3616 while (Instruction *I = Worklist.popDeferred()) { in run()