Lines Matching defs:InstInputs
2332 std::map<std::string, TreePatternNode*> &InstInputs) {
2357 TreePatternNode *&Slot = InstInputs[Pat->getName()];
2383 std::map<std::string, TreePatternNode*> &InstInputs,
2387 bool isUse = HandleUse(I, Pat, InstInputs);
2413 FindPatternInputsAndOutputs(I, Pat->getChild(i), InstInputs, InstResults,
2419 bool isUse = HandleUse(I, Pat, InstInputs);
2462 InstInputs, InstResults, InstImpResults);
2737 // InstInputs - Keep track of all of the inputs of the instruction, along
2739 std::map<std::string, TreePatternNode*> InstInputs;
2756 FindPatternInputsAndOutputs(I, Pat, InstInputs, InstResults,
2800 // Loop over the inputs next. Make a copy of InstInputs so we can destroy
2802 std::map<std::string, TreePatternNode*> InstInputsCheck(InstInputs);
3245 std::map<std::string, TreePatternNode*> InstInputs;
3250 InstInputs, InstResults,