Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h391 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5156 Worklist.pushUsersToWorkList(*Result); in run()
5169 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineCalls.cpp4010 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
4321 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstCombineAndOrXor.cpp4211 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp127 Worklist.pushUsersToWorkList(*NewI); in replaceValue()