Searched refs:getNextBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp447 /// getNextBlock - Returns the next block in the function blocks ordering. If
449 static inline MachineBasicBlock *getNextBlock(MachineBasicBlock *BB) { function
539 TT = getNextBlock(TrueBBI.BB);
541 FT = getNextBlock(FalseBBI.BB);
1518 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB);
1551 MachineBasicBlock *NBB = getNextBlock(FromBBI.BB);

Completed in 91 milliseconds