Searched refs:NewCalls (Results 1 – 2 of 2) sorted by relevance
229 SmallVector<Instruction *, 4> NewCalls; in optimizeSection() local247 NewCalls.push_back(NewCall); in optimizeSection()257 VecOp = B.CreateExtractElement(NewCalls[0], Idx->getValue().urem(4)); in optimizeSection()264 B.CreateExtractElement(NewCalls[I], Idx->getValue().urem(4)), I); in optimizeSection()
12348 SmallVector<std::pair<CallInst *, Instruction *>> NewCalls; in manifest() local12385 NewCalls.push_back({NewCall, RetBC}); in manifest()12410 NewCalls.push_back({CBClone, nullptr}); in manifest()12416 auto *PHI = PHINode::Create(CB->getType(), NewCalls.size(), in manifest()12419 for (auto &It : NewCalls) { in manifest()