Searched refs:BE (Results 126 - 150 of 182) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp702 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp83 BE = Block->rend(); BI != BE; ++BI) {
H A DThreadSafety.cpp822 BE = CurrBlock->rend(); BI != BE; ++BI) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4587 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
4590 InnerContexts.insert(BE->getBlockDecl());
4592 GetInnerBlockDeclRefExprs(BE->getBody(),
4596 CurrentBody = BE->getBody();
4605 RewriteFunctionBodyOrGlobalInitializer(BE->getBody());
4611 std::string Str = Rewrite.getRewrittenText(BE->getSourceRange());
4612 RewrittenBlockExprs[BE] = Str;
4614 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs);
H A DRewriteModernObjC.cpp5463 if (BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
5466 InnerContexts.insert(BE->getBlockDecl());
5468 GetInnerBlockDeclRefExprs(BE->getBody(),
5472 CurrentBody = BE->getBody();
5481 RewriteFunctionBodyOrGlobalInitializer(BE->getBody());
5487 std::string Str = Rewrite.getRewrittenText(BE->getSourceRange());
5488 RewrittenBlockExprs[BE] = Str;
5490 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1339 for (BasicBlock::iterator BI = BB.begin(), BE = BB.end(); BI != BE;) {
H A DJumpThreading.cpp1976 /// Clone instructions in range [BI, BE) to NewBB. For PHI nodes, we only clone
1981 BasicBlock::iterator BE, BasicBlock *NewBB,
2000 for (; BI != BE; ++BI) {
1980 CloneInstructions(BasicBlock::iterator BI, BasicBlock::iterator BE, BasicBlock *NewBB, BasicBlock *PredBB) argument
/freebsd-12-stable/stand/lua/
H A Ddrawer.lua20 -- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
H A Dcore.lua20 -- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
H A Dmenu.lua20 -- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
H A Dconfig.lua20 -- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2195 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE; ++BI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1563 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); BI != BE;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1383 for (CFGBlock::const_iterator BI = (*I)->begin(), BE = (*I)->end();
1384 BI != BE; ++BI) {
/freebsd-12-stable/contrib/bmake/mk/
H A Dgendirdeps.mk20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
/freebsd-12-stable/share/mk/
H A Dgendirdeps.mk20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh131 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp167 bool TraverseBlockExpr(BlockExpr *BE) { return true; } argument
H A DCGDecl.cpp1606 if (const BlockExpr *BE = dyn_cast<BlockExpr>(E)) {
1607 const BlockDecl *Block = BE->getBlockDecl();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1012 const BlockExpr *BE = cast<BlockExpr>(Use.getUser()); local
1014 S.Diag(BE->getBeginLoc(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1112 BI = BR->referenced_vars_begin(), BE = BR->referenced_vars_end() ;
1113 BI != BE; ++BI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1809 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
1810 if (!isEvaluated(BE->getLHS()))
1812 return isEvaluated(BE->getRHS());
6360 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(IdVal)) {
6364 else if (BE->getLHS()->getKind() != MCExpr::SymbolRef)
6365 IdVal = MCBinaryExpr::create(BE->getOpcode(), BE->getRHS(), BE->getLHS(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1414 for (BasicBlock::iterator BI = FI->begin(), BE = FI->end();
1415 BI != BE; ++BI) {
/freebsd-12-stable/contrib/openbsm/config/
H A Dconfig.guess1078 SM[BE]S:UNIX_SV:*:*)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1463 if (auto *BE = dyn_cast<BlockExpr>(CEE))
1464 return BE->getBlockDecl();
3080 while (const CXXBindTemporaryExpr *BE = dyn_cast<CXXBindTemporaryExpr>(E))
3081 E = BE->getSubExpr();

Completed in 528 milliseconds

12345678