Searched refs:NewCalls (Results 1 – 2 of 2) sorted by relevance
230 SmallVector<Instruction *, 4> NewCalls; in optimizeSection() local246 NewCalls.push_back(NewCall); in optimizeSection()256 VecOp = B.CreateExtractElement(NewCalls[0], Idx->getValue().urem(4)); in optimizeSection()263 B.CreateExtractElement(NewCalls[I], Idx->getValue().urem(4)), I); in optimizeSection()
12424 SmallVector<std::pair<CallInst *, Instruction *>> NewCalls; in manifest() local12463 NewCalls.push_back({NewCall, RetBC}); in manifest()12488 NewCalls.push_back({CBClone, nullptr}); in manifest()12494 auto *PHI = PHINode::Create(CB->getType(), NewCalls.size(), in manifest()12497 for (auto &It : NewCalls) { in manifest()