Home
last modified time | relevance | path

Searched refs:pushUsersToWorkList (Results 1 – 8 of 8) 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/lib/Transforms/Utils/
H A DSCCPSolver.cpp506 void pushUsersToWorkList(Value *V);
969 void SCCPInstVisitor::pushUsersToWorkList(Value *V) { in pushUsersToWorkList() function in SCCPInstVisitor
990 pushUsersToWorkList(V); in pushUsersToWorkListMsg()
998 pushUsersToWorkList(V); in markConstant()
1007 pushUsersToWorkList(V); in markNotConstant()
1016 pushUsersToWorkList(V); in markConstantRange()
1029 pushUsersToWorkList(V); in markOverdefined()
1137 pushUsersToWorkList(V); in mergeInValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h393 Worklist.pushUsersToWorkList(I); // Add all modified instrs to worklist. in replaceInstUsesWith()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp148 Worklist.pushUsersToWorkList(*NewI); in replaceValue()
164 Worklist.pushUsersToWorkList(*OpI); in eraseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4310 Worklist.pushUsersToWorkList(GCR); in visitCallBase()
4607 Worklist.pushUsersToWorkList(*Caller); in transformConstExprCastCall()
H A DInstructionCombining.cpp5620 Worklist.pushUsersToWorkList(*Result); in run()
5633 Worklist.pushUsersToWorkList(*I); in run()
H A DInstCombineAddSub.cpp1920 Worklist.pushUsersToWorkList(*PHI); in visitAdd()
H A DInstCombineAndOrXor.cpp4471 Worklist.pushUsersToWorkList(*Y); in foldXorOfICmps()