Home
last modified time | relevance | path

Searched refs:CurBlock (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp406 BasicBlock *CurBlock = SI->getParent(); in processSwitchInst() local
407 BasicBlock *OrigBlock = CurBlock; in processSwitchInst()
408 Function *F = CurBlock->getParent(); in processSwitchInst()
414 BranchInst::Create(Default, CurBlock); in processSwitchInst()
494 BranchInst::Create(Default, CurBlock); in processSwitchInst()
524 CurBlock->getInstList().erase(SI); in processSwitchInst()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp307 int patternMatch(BlockT *CurBlock);
308 int patternMatchGroup(BlockT *CurBlock);
310 int serialPatternMatch(BlockT *CurBlock);
311 int ifPatternMatch(BlockT *CurBlock);
312 int switchPatternMatch(BlockT *CurBlock);
313 int loopendPatternMatch(BlockT *CurBlock);
314 int loopPatternMatch(BlockT *CurBlock);
341 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
361 BlockT *cloneBlockForPredecessor(BlockT *CurBlock, BlockT *PredBlock);
372 bool isActiveLoophead(BlockT *CurBlock);
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp221 CFGBlock *CurBlock = Stack.back(); in checkForRecursiveFunctionCall() local
224 unsigned ID = CurBlock->getBlockID(); in checkForRecursiveFunctionCall()
233 if (hasRecursiveCallInPath(FD, *CurBlock)) in checkForRecursiveFunctionCall()
239 for (auto I = CurBlock->succ_begin(), E = CurBlock->succ_end(); I != E; ++I) in checkForRecursiveFunctionCall()
DSemaExpr.cpp11432 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments() local
11476 CurBlock->TheDecl->setSignatureAsWritten(Sig); in ActOnBlockArguments()
11477 CurBlock->FunctionType = T; in ActOnBlockArguments()
11484 CurBlock->TheDecl->setIsVariadic(isVariadic); in ActOnBlockArguments()
11491 CurBlock->ReturnType = RetTy; in ActOnBlockArguments()
11492 CurBlock->TheDecl->setBlockMissingReturnType(false); in ActOnBlockArguments()
11493 CurBlock->HasImplicitReturnType = false; in ActOnBlockArguments()
11514 CurBlock->TheDecl, ParamInfo.getLocStart(), I); in ActOnBlockArguments()
11521 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
11522 CheckParmsForFunctionDef(CurBlock->TheDecl->param_begin(), in ActOnBlockArguments()
[all …]
DSemaChecking.cpp2414 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStartImpl() local
2416 if (CurBlock) in SemaBuiltinVAStartImpl()
2417 isVariadic = CurBlock->TheDecl->isVariadic(); in SemaBuiltinVAStartImpl()
2443 if (CurBlock) in SemaBuiltinVAStartImpl()
2444 LastArg = *(CurBlock->TheDecl->param_end()-1); in SemaBuiltinVAStartImpl()
2524 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM() local
2525 IsVariadic = CurBlock->TheDecl->isVariadic(); in SemaBuiltinVAStartARM()
DSemaStmt.cpp2877 if (BlockScopeInfo *CurBlock = dyn_cast<BlockScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local
2878 if (CurBlock->FunctionType->getAs<FunctionType>()->getNoReturnAttr()) { in ActOnCapScopeReturnStmt()