Searched refs:MaybeFusableInsts (Results 1 – 1 of 1) sorted by relevance
966 SmallVector<CallInst *, 16> MaybeFusableInsts; in Visit() local977 MaybeFusableInsts.push_back(cast<CallInst>(&I)); in Visit()983 for (CallInst *CI : MaybeFusableInsts) in Visit()