Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp1935 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1939 IsSafe = false; in HoistCommonCodeInSuccs()
1951 IsSafe = false; in HoistCommonCodeInSuccs()
1967 IsSafe = false; in HoistCommonCodeInSuccs()
1973 IsSafe = false; in HoistCommonCodeInSuccs()
1983 if (!IsSafe) in HoistCommonCodeInSuccs()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp135 void addRange(const Instruction *I, const ConstantRange &R, bool IsSafe) { in addRange()
136 if (!IsSafe) in addRange()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16295 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
16300 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()