Home | History | Annotate | Download | only in src

Lines Matching refs:AutoBundle

353   // This control variable is used by AutoBundle (RAII-style bundle
362 // to use the AutoBundle helper.
370 /// AutoBundle provides RIAA-style bundling. Sub-targets are expected to use
374 /// AutoBundle objects will emit a _bundle_lock during construction (but only
378 class AutoBundle {
379 AutoBundle() = delete;
380 AutoBundle(const AutoBundle &) = delete;
381 AutoBundle &operator=(const AutoBundle &) = delete;
384 explicit AutoBundle(TargetLowering *Target, InstBundleLock::Option Option =
386 ~AutoBundle();