Home | History | Annotate | Download | only in src

Lines Matching refs:InstBundleLock

621     if (llvm::isa<InstBundleLock>(Context.getCur())) {
1169 return llvm::cast<InstBundleLock>(getBundleLockStart())->getOption() ==
1170 InstBundleLock::Opt_AlignToEnd;
1174 return llvm::cast<InstBundleLock>(getBundleLockStart())->getOption() ==
1175 InstBundleLock::Opt_PadToEnd;
1324 if (llvm::isa<InstBundleLock>(I)) {