HomeSort by: relevance | last modified time | path
    Searched defs:getBlock (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFGStmtMap.h 41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const {
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
ProgramPoint.h 233 const CFGBlock *getBlock() const {
238 const CFGBlock *B = getBlock();
255 const CFGBlock *getBlock() const {
260 return getBlock()->getTerminatorStmt();
342 const CFGBlock *getBlock() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 54 const CFGBlock *getBlock() const { return block; }
CoreEngine.h 216 const CFGBlock *getBlock() const { return Block; }
504 const CFGBlock *getBlock() const {
552 const CFGBlock *getBlock() const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFGStmtMap.cpp 26 CFGBlock *CFGStmtMap::getBlock(Stmt *S) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 140 /// getBlock - Return the current basic block.
141 MachineBasicBlock *getBlock() { return MBB; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
Trace.h 45 /// operator[]/getBlock - Return basic block N in the trace.
47 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; }
BranchProbabilityInfo.h 300 const BasicBlock *getBlock() const { return BB; }
301 BasicBlock *getBlock() { return const_cast<BasicBlock *>(BB); }
MemorySSA.h 162 BasicBlock *getBlock() const { return Block; }
1238 OriginalAccess->getBlock()->getModule()->getDataLayout(), nullptr);
1240 if (!Translator.PHITranslateValue(OriginalAccess->getBlock(),
BlockFrequencyInfoImpl.h 885 const BlockT *getBlock(const BlockNode &Node) const {
967 return bfi_detail::getBlockName(getBlock(Node));
1227 const BlockT *Block = getBlock(HeaderNode);
1257 assert(!getBlock(HeaderNode)->getIrrLoopHeaderWeight() &&
1380 const BlockT *BB = getBlock(Node);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOptimizationRemarkEmitter.h 49 const MachineBasicBlock *getBlock() const { return MBB; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.h 61 MachineBasicBlock *getBlock() const { return Block; }
100 MachineBasicBlock *getBlock() const {
101 return getMergePotentialsElt().getBlock();
105 return TailStartPos == getBlock()->begin();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 131 MachineBasicBlock &getBlock() const { return Block; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 89 VPBasicBlock *getBlock() const { return Block; }
96 setInsertPoint(IP.getBlock(), IP.getPoint());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 88 NodeT *getBlock() const { return TheBB; }
111 const NodeT *Nd = I->getBlock();
116 const NodeT *N = I->getBlock();
174 if (Node->getBlock())
175 Node->getBlock()->printAsOperand(O, false);
384 Result.push_back(N->getBlock());
494 return NodeA->getBlock();
506 return isPostDominator() && !A->getBlock();
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
559 getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk)
661 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
708 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
817 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
559 getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk)
661 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
708 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
817 uint8_t *bptr = getBlock (hndl, iflow, ichunk);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 400 GCOVBlock &getBlock(const BasicBlock *BB) {
804 GCOVBlock &Src = E.SrcBB ? GF.getBlock(E.SrcBB) : GF.getEntryBlock();
805 GCOVBlock &Dst = E.DestBB ? GF.getBlock(E.DestBB) : GF.getReturnBlock();
895 E.SrcBB ? Func.getBlock(E.SrcBB) : Func.getEntryBlock();
897 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();
910 E.SrcBB ? Func.getBlock(E.SrcBB) : Func.getEntryBlock();
912 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();
918 Func.getBlock(&EntryBlock).getFile(Filename).addLine(Line);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 266 BasicBlock *getBlock() const { return Block; }
285 SetInsertPoint(IP.getBlock(), IP.getPoint());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3321 SourceLocation getEndLoc() const { return getBlock()->getEndLoc(); }
3327 CompoundStmt *getBlock() const {
3364 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 251 llvm::BasicBlock *getBlock() const { return Block; }
1428 CGF.EmitBlock(Stack.back().ExitBlock.getBlock());
1430 CGF.EmitBranch(Stack.back().ContBlock.getBlock());
1456 CGF.EmitBlock(Stack.back().ExitBlock.getBlock());
1459 CGF.EmitBlock(Stack.back().ContBlock.getBlock());
1742 assert(IP.getBlock()->end() != IP.getPoint() &&
1745 llvm::BasicBlock *IPBB = IP.getBlock();
1766 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock();
1822 CGF.AllocaInsertPt->getParent() == AllocaIP.getBlock()) &&

Completed in 93 milliseconds