Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp140 static bool splitMBB(BlockSplitInfo &BSI) { in splitMBB() argument
692 BlockSplitInfo BSI { Branch, SplitBefore, SplitCond, InvertNewBranch, in splitBlockOnBinaryCROp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp261 template <class BrSelInst> static bool handleBrSelExpect(BrSelInst &BSI) { in handleBrSelExpect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp164 BitSetInfo BSI; in build() local
596 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
1127 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3460 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr() local
4470 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateUnaryExprOrTypeTraitExpr() local
5611 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
15445 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back()); in ActOnBlockStmtExpr() local
17340 static bool captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, in captureInBlock()
17867 if (BlockScopeInfo *BSI = dyn_cast<BlockScopeInfo>(CSI)) { in tryCaptureVariable() local
H A DSemaCodeComplete.cpp387 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn() local