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

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 203 /// splitBlock - BB is split and now it has one successor. Update dominator
205 inline void splitBlock(MachineBasicBlock* NewBB) {
207 DT->splitBlock(NewBB);
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 496 // splitBlock splits a block after the first n bytes,
499 func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {
594 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 496 // splitBlock splits a block after the first n bytes,
499 func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {
594 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)
  /external/boringssl/src/ssl/test/runner/
conn.go 631 // splitBlock splits a block after the first n bytes,
634 func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {
723 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)
    [all...]
dtls.go 105 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)
  /external/llvm/include/llvm/Support/
GenericDomTree.h 603 /// splitBlock - BB is split and now it has one successor. Update dominator
605 void splitBlock(NodeT *NewBB) {
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 255 return SplitBlock(Succ, &Succ->front(), DT, LI);
262 return SplitBlock(BB, BB->getTerminator(), DT, LI);
279 /// SplitBlock - Split the specified block at the specified instruction - every
284 BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *SplitPt,
322 DT->splitBlock(NewBB);
    [all...]
CodeExtractor.cpp 228 DT->splitBlock(NewBB);
LoopSimplify.cpp 457 DT->splitBlock(BEBlock);
    [all...]

Completed in 4483 milliseconds