Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp635 BasicBlock *const LastBlock, in getOrderedBlocks() argument
639 assert(LastBlock && "invalid last block"); in getOrderedBlocks()
640 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()
691 BasicBlock *LastBlock = nullptr; in processPhi() local
694 if (LastBlock) { in processPhi()
712 LastBlock = Phi.getIncomingBlock(I); in processPhi()
714 if (!LastBlock) { in processPhi()
719 if (LastBlock->getSingleSuccessor() != Phi.getParent()) { in processPhi()
725 getOrderedBlocks(Phi, LastBlock, Phi.getNumIncomingValues()); in processPhi()
DNewGVN.cpp3378 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local
3398 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()
3399 LastBlock = CurrBlock; in iterateTouchedInstructions()
/external/clang/lib/Analysis/
DCFG.cpp1953 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local
1960 LastBlock = newBlock; in VisitCompoundStmt()
1966 return LastBlock; in VisitCompoundStmt()
2120 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local
2128 LastBlock = newBlock; in VisitDeclSubExpr()
2132 LastBlock = newBlock; in VisitDeclSubExpr()
2140 LastBlock = newBlock; in VisitDeclSubExpr()
2147 CFGBlock *B = LastBlock; in VisitDeclSubExpr()
2277 CFGBlock *LastBlock = addStmt(I->getCond()); in VisitIfStmt() local
2283 LastBlock = addStmt(const_cast<DeclStmt *>(DS)); in VisitIfStmt()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp964 Function::iterator LastBlock = &Caller->back(); in InlineFunction() local
1012 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1474 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1528 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1619 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1669 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()