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 115 void MergeTails(TargetsToBlocks* blocks);
codegen_unittest.cc 42 void MergeTails(TargetsToBlocks* blocks) { CodeGen::MergeTails(blocks); }
111 // We explicitly duplicate instructions so that MergeTails() can coalesce
147 // The two "LOAD 0" instructions are blocks of their own. MergeTails() could
371 void MergeTails(CodeGenUnittestHelper* codegen, Instruction* prg, int flags) {
379 // still be unchanged after we run MergeTails(). We verify this by
386 // The loop executes twice. After the first run, we call MergeTails() on
395 // The stream of instructions should be unchanged after MergeTails().
409 // This will change as basic blocks are coalesed by MergeTails().
441 codegen->MergeTails(&all_blocks)
    [all...]
codegen.cc 484 void CodeGen::MergeTails(TargetsToBlocks* blocks) {
727 MergeTails(&all_blocks);

Completed in 48 milliseconds