Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDInstructionWorklist.h106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
HDInstCombiner.h391 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp5156 Worklist.pushUsersToWorkList(*Result); in run()
5169 Worklist.pushUsersToWorkList(*I); in run()
HDInstCombineCalls.cpp4012 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
4323 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
HDInstCombineAndOrXor.cpp4211 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVectorCombine.cpp127 Worklist.pushUsersToWorkList(*NewI); in replaceValue()