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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 110 BasicBlock* CutGraphIntoBasicBlocks(Instruction* instructions,
codegen_unittest.cc 36 BasicBlock* CutGraphIntoBasicBlocks(Instruction* insns,
39 return CodeGen::CutGraphIntoBasicBlocks(insns, branch_targets, blocks);
326 void CutGraphIntoBasicBlocks(CodeGenUnittestHelper* codegen,
333 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
367 SANDBOX_TEST(CodeGen, CutGraphIntoBasicBlocks) {
368 ForAllPrograms(CutGraphIntoBasicBlocks);
376 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
codegen.cc 316 BasicBlock* CodeGen::CutGraphIntoBasicBlocks(
726 CutGraphIntoBasicBlocks(instructions, branch_targets, &all_blocks);

Completed in 73 milliseconds