Home
last modified time | relevance | path

Searched defs:BSI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp140 static bool splitMBB(BlockSplitInfo &BSI) { in splitMBB() argument
693 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp276 template <class BrSelInst> static bool handleBrSelExpect(BrSelInst &BSI) { in handleBrSelExpect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp170 BitSetInfo BSI; in build() local
594 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
1122 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4574 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local
5286 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
16103 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr() local
18373 static bool captureInBlock(BlockScopeInfo *BSI, ValueDecl *Var, in captureInBlock()
18960 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable() local
H A DSemaCodeComplete.cpp416 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn() local