Searched refs:AddUsersToWorkList (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h93 /// AddUsersToWorkList - When an instruction is simplified, add all users of
97 void AddUsersToWorkList(Instruction &I) { function in class:llvm::InstCombineWorklist
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h83 /// AddUsersToWorkList - When an instruction is simplified, add all users of
87 void AddUsersToWorkList(Instruction &I) { function in class:llvm::InstCombineWorklist
H A DInstCombine.h255 Worklist.AddUsersToWorkList(I); // Add all modified instrs to worklist.
H A DInstructionCombining.cpp2022 Worklist.AddUsersToWorkList(*Result);
2048 Worklist.AddUsersToWorkList(*I);
H A DInstCombineCalls.cpp1226 Worklist.AddUsersToWorkList(*Caller);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h431 Worklist.AddUsersToWorkList(I); // Add all modified instrs to worklist.
H A DInstructionCombining.cpp2878 Worklist.AddUsersToWorkList(*Result);
2904 Worklist.AddUsersToWorkList(*I);
H A DInstCombineCalls.cpp2867 Worklist.AddUsersToWorkList(*Caller);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp72 /// AddUsersToWorkList - When an instruction is simplified, add all users of
76 void AddUsersToWorkList(SDNode *N) { function in class:__anon22659::DAGCombiner
594 AddUsersToWorkList(To[i].getNode());
622 AddUsersToWorkList(TLO.New.getNode());
1020 AddUsersToWorkList(RV.getNode());

Completed in 471 milliseconds