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