HomeSort by: relevance | last modified time | path
    Searched refs:Blk (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.cpp 63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk)
64 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) {
74 B.Pointers = Blk->Pointers;
75 for (Pointer *P = Blk->Pointers; P; P = P->Next)
InterpBlock.h 115 DeadBlock(DeadBlock *&Root, Block *Blk);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 197 for (auto *Blk : BackEdges)
198 V.handlePredecessorBackEdge(Blk);
243 for (auto *Blk : ForwardEdges)
244 V.handleSuccessor(Blk);
480 void mergePhiNodesBackEdge(const CFGBlock *Blk);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 79 const CFGBlock *Blk = nullptr;
107 Blk = BE->getSrc();
121 return std::make_pair(S, Blk);
169 const CFGBlock *Blk = nullptr;
170 std::tie(LastSt, Blk) = getLastStmt(Pred);
171 if (!Blk || !LastSt) {
220 const CFGBlock *Blk = nullptr;
221 std::tie(LastSt, Blk) = getLastStmt(CEBNode);
282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
291 NodeBuilderContext Ctx(getCoreEngine(), Blk, BindedRetNode)
    [all...]
CoreEngine.cpp 209 const CFGBlock *Blk = L.getDst();
210 NodeBuilderContext BuilderCtx(*this, Blk, Pred);
214 FunctionSummaries->markVisitedBasicBlock(Blk->getBlockID(),
238 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
263 BlockEntrance BE(Blk, Pred->getLocationContext());
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 873 void prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
876 void prependAutomaticObjLifetimeWithTerminator(CFGBlock *Blk,
881 prependAutomaticObjScopeEndWithTerminator(CFGBlock *Blk,
2066 void CFGBuilder::prependAutomaticObjDtorsWithTerminator(CFGBlock *Blk,
2072 = Blk->beginAutomaticObjDtorsInsert(Blk->end(), B.distance(E), C);
2074 InsertPos = Blk->insertAutomaticObjDtor(InsertPos, *I,
2075 Blk->getTerminatorStmt());
2084 CFGBlock *Blk, LocalScope::const_iterator B, LocalScope::const_iterator E) {
2089 Blk->beginLifetimeEndsInsert(Blk->end(), B.distance(E), C)
    [all...]
AnalysisDeclContext.cpp 313 const Stmt *S, const CFGBlock *Blk,
315 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk,
377 const CFGBlock *blk, unsigned blockCount, unsigned idx) {
379 StackFrameContext::Profile(ID, ctx, parent, s, blk, blockCount, idx);
384 L = new StackFrameContext(ctx, parent, s, blk, blockCount, idx, ++NewID);
ThreadSafetyCommon.cpp 792 // I.e., merge the current variable map into the phi nodes for Blk.
793 void SExprBuilder::mergePhiNodesBackEdge(const CFGBlock *Blk) {
794 til::BasicBlock *BB = lookupBlock(Blk);
795 unsigned ArgIndex = BBInfo[Blk->getBlockID()].ProcessedPredecessors;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 182 const Stmt *S, const CFGBlock *Blk,
396 /// \param BlockCount The current count of entering into \p Blk.
397 /// \param Index The index of \p Blk.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 1340 Error ResourceFileWriter::writeVersionInfoBlock(const VersionInfoBlock &Blk) {
1342 bool OutputHeader = Blk.Name != "";
1350 RETURN_IF_ERROR(writeCString(Blk.Name));
1354 for (const std::unique_ptr<VersionInfoStmt> &Item : Blk.Stmts) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 197 Block(const Block &Blk) = default;
HexagonISelLowering.cpp 1965 BasicBlock *Blk = PN->getIncomingBlock(i);
1967 if (Blk == Parent) {

Completed in 30 milliseconds