Searched refs:VarBypassDetector (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp1 //===--- VarBypassDetector.h - Bypass jumps detector --------------*- C++ -*-=//
9 #include "VarBypassDetector.h"
20 void VarBypassDetector::Init(const Stmt *Body) {
34 bool VarBypassDetector::BuildScopeInformation(const Decl *D,
53 bool VarBypassDetector::BuildScopeInformation(const Stmt *S,
136 void VarBypassDetector::Detect() {
155 void VarBypassDetector::Detect(unsigned From, unsigned To) {
H A DVarBypassDetector.h1 //===--- VarBypassDetector.cpp - Bypass jumps detector ------------*- C++ -*-=//
9 // This file contains VarBypassDetector class, which is used to detect
39 class VarBypassDetector { class in namespace:clang::CodeGen
H A DCodeGenFunction.h23 #include "VarBypassDetector.h"
267 VarBypassDetector Bypasses;
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile280 SRCS_MIN+= CodeGen/VarBypassDetector.cpp

Completed in 156 milliseconds