Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 64) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/docs/
H A DPCHInternals.rst189 .. _pchinternals-sourcemgr:
217 .. _pchinternals-preprocessor:
230 .. _pchinternals-types:
253 .. _pchinternals-decls:
384 .. _pchinternals-method-pool:
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp174 for (auto *Block : successors()) in topologicalSort() local
267 for (auto *Block : Blocks) in renumberInstrs() local
312 for (auto *Block : Blocks) in computeNormalForm() local
325 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
331 for (auto *Block : Blocks) { in computeNormalForm() local
336 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
H A DReachableCode.cpp383 bool DeadCodeScan::isDeadCodeRoot(const clang::CFGBlock *Block) { in isDeadCodeRoot()
414 const Stmt *DeadCodeScan::findDeadCode(const clang::CFGBlock *Block) { in findDeadCode()
449 const CFGBlock *Block = WorkList.pop_back_val(); in scanBackwards() local
493 const CFGBlock *Block = I->first; in scanBackwards() local
H A DConsumed.cpp57 static SourceLocation getFirstStmtLoc(const CFGBlock *Block) { in getFirstStmtLoc()
72 static SourceLocation getLastStmtLoc(const CFGBlock *Block) { in getLastStmtLoc()
1042 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1062 void ConsumedBlockInfo::addInfo(const CFGBlock *Block, in addInfo()
1078 ConsumedStateMap* ConsumedBlockInfo::borrowInfo(const CFGBlock *Block) { in borrowInfo()
1085 void ConsumedBlockInfo::discardInfo(const CFGBlock *Block) { in discardInfo()
1091 ConsumedStateMap* ConsumedBlockInfo::getInfo(const CFGBlock *Block) { in getInfo()
1110 bool ConsumedBlockInfo::isBackEdgeTarget(const CFGBlock *Block) { in isBackEdgeTarget()
H A DCallGraph.cpp47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) { in getDeclFromCall() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
66 bool alreadySet(const CFGBlock *Block) { in alreadySet()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h45 struct Block { struct
49 Block(unsigned PCS, unsigned SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
H A DBitstreamReader.h193 struct Block { struct
196 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() argument
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGCOV.cpp180 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local
272 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local
305 for (const auto &Block : Blocks) in dump() local
317 for (const auto &Block : Blocks) in collectLineCounts() local
574 const GCOVBlock *Block = *I; in print() local
633 const GCOVBlock *Block = *I; in print() local
670 const GCOVBlock &Block = **I; in printFunctionSummary() local
683 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, in printBlockInfo()
693 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block, in printBranchInfo()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-type-conversion.m64 typedef void (^Block)(); typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp177 MBBInfo &Block) { in skipNonTerminators()
274 MBBInfo &Block = MBBs[I]; in initMBBInfo() local
336 for (auto &Block : MBBs) { in setWorstCaseAddresses() local
437 for (auto &Block : MBBs) { in relaxBranches() local
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-type-conversion.mm195 typedef void (^Block)(); typedef
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dformat-comment-cdecls.c92 int (^Block) (int i, int j); variable
H A Dcomment-c-decls.c97 int (^Block) (int i, int j); variable
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.cpp38 sys::MemoryBlock Block = allocateSection(Size); in allocateCodeSection() local
54 sys::MemoryBlock Block = allocateSection(Size); in allocateDataSection() local
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dtypes.h16 typedef int (^Block)(int, float); typedef
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp31 ArrayRef<uint8_t> Data, bool Block) { in printBinaryImpl()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h151 llvm::BasicBlock *Block; member
182 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) { in setCatchAllHandler()
186 void setHandler(unsigned I, llvm::Constant *Type, llvm::BasicBlock *Block) { in setHandler()
344 llvm::BasicBlock *Block) { in addBranchAfter()
380 bool addBranchThrough(llvm::BasicBlock *Block) { in addBranchThrough()
/minix3/lib/libtelnet/
H A Dencrypt.h63 #define Block des_cblock macro
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h40 MachineBasicBlock *Block; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h429 void pushBlock(BlockT *Block) { in pushBlock()
461 void PopulateLoopsDFS<BlockT, LoopT>::insertIntoLoop(BlockT *Block) { in insertIntoLoop()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h212 enum ContextKind { StackFrame, Scope, Block }; enumerator
279 const CFGBlock *Block; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp192 void DwarfUnit::addUInt(DIE &Block, dwarf::Form Form, uint64_t Integer) { in addUInt()
345 DIEBlock *Block) { in addBlock()
647 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantFPValue() local
706 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addConstantValue() local
1296 DIELoc *Block = getDIELoc(); in applySubprogramAttributes() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp224 LLVMBasicBlockRef Block) { in LLVMDIBuilderInsertDeclareAtEnd()
236 LLVMBasicBlockRef Block) { in LLVMDIBuilderInsertValueAtEnd()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp490 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock() local
508 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock() local
2067 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock() local

123