Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h429 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp120 Worklist.pushUsersToWorkList(*NewI); in replaceValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3782 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
4093 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstructionCombining.cpp4532 Worklist.pushUsersToWorkList(*Result); in run()
4545 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineAndOrXor.cpp4080 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()