HomeSort by relevance Sort by last modified time
    Searched refs:getBlock (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGObjCRuntime.cpp 295 CGF.EmitBlock(Cont.getBlock());
CGObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 80 const CFGBlock *CB = BE->getBlock();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiInsn.java 270 getBlock().getParent().onSourceChanged(this, old, o.regSpec);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 520 BBtoBBMap::iterator e = ShortCut->find(N->getBlock());
579 BasicBlock *exit = N->getBlock();
615 findRegionsWithEntry(FI->getBlock(), ShortCut);
627 BasicBlock *BB = N->getBlock();
IVUsers.cpp 91 BasicBlock *DomBB = Rung->getBlock();
  /external/clang/lib/AST/
StmtPrinter.cpp 554 PrintRawCompoundStmt(Node->getBlock());
562 PrintRawCompoundStmt(Node->getBlock());
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 526 BlockT *Header = DomIter->getBlock();
552 DFS.traverse(DomRoot->getBlock());
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 638 assert(Node->getBlock() == IfConv.Tail && "Unexpected children");
797 if (tryConvertIf(I->getBlock()))
MachineLICM.cpp 672 ExitScope(Node->getBlock());
679 ExitScope(Parent->getBlock());
701 MachineBasicBlock *BB = Node->getBlock();
748 MachineBasicBlock *MBB = Node->getBlock();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 306 BasicBlock *BB = N->getBlock();
353 BasicBlock *BB = N->getBlock();
    [all...]
EarlyCSE.cpp 410 BasicBlock *BB = Node->getBlock();
CodeGenPrepare.cpp 436 BasicBlock *BBIDom = DT->getNode(BB)->getIDom()->getBlock();
437 BasicBlock *DestBBIDom = DT->getNode(DestBB)->getIDom()->getBlock();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 312 GCOVBlock &getBlock(BasicBlock *BB) {
416 GCOVBlock &Block = Func.getBlock(BB);
420 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 406 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
461 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
485 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
582 Engine.addAbortedBlock(node, currBldrCtx->getBlock());
    [all...]
ExprEngineCXX.cpp 112 const CFGBlock *B = currBldrCtx->getBlock();
ExprEngineCallAndReturn.cpp 437 currBldrCtx->getBlock(),
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 460 BitSet predBlocks = insn.getBlock().getPredecessors();
920 IntSet liveOut = insn.getBlock().getLiveOutRegs();
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 460 BitSet predBlocks = insn.getBlock().getPredecessors();
920 IntSet liveOut = insn.getBlock().getLiveOutRegs();
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DepthFirstAdapter.java 594 if(node.getBlock() != null)
596 node.getBlock().apply(this);
    [all...]
ReversedDepthFirstAdapter.java 595 if(node.getBlock() != null)
597 node.getBlock().apply(this);
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 796 BasicBlock *BB = Node->getBlock();
814 BasicBlock *SuccBB = SuccNode->getBlock();
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 246 node.getBlock().apply(this);

Completed in 485 milliseconds

1 23 4 5