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

1 2 3

  /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/pdfium/fxjs/
cjs_runtime.h 48 void EndBlock() { m_bBlocking = false; }
  /tools/dexter/slicer/export/slicer/
control_flow_graph.h 78 void EndBlock(Instruction* instr);
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 64 Parser->Record.Entry.Kind = NaClBitstreamEntry::EndBlock;
135 case NaClBitstreamEntry::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);
  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 55 case llvm::BitstreamEntry::EndBlock:
  /external/v8/src/compiler/
control-builders.h 135 void EndBlock();
instruction-scheduler.h 35 void EndBlock(RpoNumber rpo);
instruction-scheduler.cc 104 void InstructionScheduler::EndBlock(RpoNumber rpo) {
110 sequence()->EndBlock(rpo);
control-builders.cc 180 void BlockBuilder::EndBlock() {
  /external/v8/src/interpreter/
control-flow-builders.cc 42 void BlockBuilder::EndBlock() {
control-flow-builders.h 73 void EndBlock();
  /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/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 141 // Needs all MIs to be grouped between BeginBlock and EndBlock.
145 MachineBasicBlock::iterator EndBlock);
204 MachineBasicBlock::iterator EndBlock);
  /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;

Completed in 695 milliseconds

1 2 3