Lines Matching full:basic
200 // First, determine the basic block boundaries and call targets.
224 // Split text atoms into basic block atoms.
258 // Create functions and basic blocks.
301 // Basic idea of the disassembly + discovery:
307 // - split basic blocks referencing the atom
314 // - create basic block, update preds/succs, etc..
331 assert(!TA && "Discovered basic block already has an associated atom!");
343 // Look for an already encountered basic block that needs splitting
400 // Now we have a basic block atom, add successors.
433 assert(BBI->Atom && "Found a basic block without an associated atom!");
435 // Look for a basic block at BeginAddr.
461 "No basic block created at requested address?");