Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h108 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList() function
H A DInstCombiner.h422 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h402 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
H A DInstCombineCalls.cpp2494 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
2820 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstructionCombining.cpp3913 Worklist.pushUsersToWorkList(*Result); in run()
3926 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineAndOrXor.cpp3117 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()