HomeSort by relevance Sort by last modified time
    Searched refs:MergeTails (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 123 void MergeTails(TargetsToBlocks* blocks);
codegen_unittest.cc 37 void MergeTails(TargetsToBlocks* blocks) { CodeGen::MergeTails(blocks); }
107 // We explicitly duplicate instructions so that MergeTails() can coalesce
146 // The two "LOAD 0" instructions are blocks of their own. MergeTails() could
370 void MergeTails(CodeGenUnittestHelper* codegen, Instruction* prg, int flags) {
378 // still be unchanged after we run MergeTails(). We verify this by
385 // The loop executes twice. After the first run, we call MergeTails() on
394 // The stream of instructions should be unchanged after MergeTails().
408 // This will change as basic blocks are coalesed by MergeTails().
440 codegen->MergeTails(&all_blocks)
    [all...]
codegen.cc 519 void CodeGen::MergeTails(TargetsToBlocks* blocks) {
762 MergeTails(&all_blocks);

Completed in 356 milliseconds