Searched refs:GuardIntrinsics (Results 1 – 1 of 1) sorted by relevance
63 SmallVector<CallInst *, 8> GuardIntrinsics; in explicifyGuards() local66 GuardIntrinsics.push_back(cast<CallInst>(&I)); in explicifyGuards()68 if (GuardIntrinsics.empty()) in explicifyGuards()75 for (auto *Guard : GuardIntrinsics) in explicifyGuards()