Lines Matching defs:CollectionScope
75 /// This is intended to be used with the `CollectionScope` RAII object:
79 /// InstructionCapturingInserter::CollectionScope scope(builder);
91 /// creating a `CollectionScope`.
110 class CollectionScope {
113 CollectionScope(llvm::IRBuilderBase &irBuilder, bool isBuilderCapturing);
116 ~CollectionScope();
150 InstructionCapturingInserter::CollectionScope::CollectionScope(
164 InstructionCapturingInserter::CollectionScope::~CollectionScope() {
941 InstructionCapturingInserter::CollectionScope scope(builder,