HomeSort by relevance Sort by last modified time
    Searched defs:EndBlock (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/fxjs/
cjs_runtime.h 48 void EndBlock() { m_bBlocking = false; }
  /tools/dexter/slicer/
control_flow_graph.cc 72 EndBlock(bytecode);
84 EndBlock(label->prev);
102 EndBlock(instr->prev);
117 void BasicBlocksVisitor::EndBlock(Instruction* instr) {
  /external/v8/src/compiler/
control-builders.cc 180 void BlockBuilder::EndBlock() {
instruction-scheduler.cc 104 void InstructionScheduler::EndBlock(RpoNumber rpo) {
110 sequence()->EndBlock(rpo);
instruction.cc 855 void InstructionSequence::EndBlock(RpoNumber rpo) {
    [all...]
  /external/v8/src/interpreter/
control-flow-builders.cc 42 void BlockBuilder::EndBlock() {
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 133 llvm::BasicBlock *EndBlock = CGF.createBasicBlock("setup.end");
150 CGF.Builder.CreateCondBr(CSZero, NextBlock, EndBlock);
158 CGF.EmitBranch(EndBlock);
160 CGF.EmitBlock(EndBlock);
CGExprCXX.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 282 EndBlock, // We've reached the end of the current block, (or the end of the
283 // file, which is treated like a series of EndBlock records.
295 BitstreamEntry E; E.Kind = EndBlock; return E;
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 386 EndBlock, // We've reached the end of the current block, (or the end of the
387 // file, which is treated like a series of EndBlock records.
398 BitstreamEntry E; E.Kind = EndBlock; return E;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 381 MemoryRangeHeader *EndBlock =
383 EndBlock->ThisAllocated = 1;
384 EndBlock->PrevAllocated = 0;
385 EndBlock->BlockSize = sizeof(MemoryRangeHeader);
392 NewBlock->BlockSize = (uintptr_t)EndBlock - (uintptr_t)NewBlock;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 305 EndBlock, // We've reached the end of the current block, (or the end of the
306 // file, which is treated like a series of EndBlock records.
317 NaClBitstreamEntry E; E.Kind = EndBlock; return E;
359 /// Called just before an EndBlock record is processed by

Completed in 1092 milliseconds

1 2