Home
last modified time | relevance | path

Searched refs:GuardIntrinsics (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp74 SmallVector<CallInst *, 8> GuardIntrinsics; in explicifyGuards() local
77 GuardIntrinsics.push_back(cast<CallInst>(&I)); in explicifyGuards()
79 if (GuardIntrinsics.empty()) in explicifyGuards()
86 for (auto *Guard : GuardIntrinsics) in explicifyGuards()