Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h98 Instruction *removeOne() { in removeOne() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3793 Instruction *I = Worklist.removeOne(); in run()