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_unittest.cc 31 BasicBlock *CutGraphIntoBasicBlocks(Instruction *insns,
34 return CodeGen::CutGraphIntoBasicBlocks(insns, branch_targets, blocks);
232 void CutGraphIntoBasicBlocks(CodeGenUnittestHelper *codegen,
238 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
273 SANDBOX_TEST(CodeGen, CutGraphIntoBasicBlocks) {
274 ForAllPrograms(CutGraphIntoBasicBlocks);
283 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
codegen.h 117 BasicBlock* CutGraphIntoBasicBlocks(Instruction* instructions,
codegen.cc 348 BasicBlock* CodeGen::CutGraphIntoBasicBlocks(
741 CutGraphIntoBasicBlocks(instructions, branch_targets, &all_blocks);

Completed in 186 milliseconds