Home
last modified time | relevance | path

Searched refs:isBlockInRange (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp96 bool isBlockInRange(const MachineInstr &MI, const MachineBasicBlock &BB) const;
275 bool BranchRelaxation::isBlockInRange( in isBlockInRange() function in BranchRelaxation
348 if (FBB && isBlockInRange(MI, *FBB)) { in fixupConditionalBranch()
495 if (!isBlockInRange(*Last, *DestBB)) { in relaxBranchInstructions()
519 if (!isBlockInRange(MI, *DestBB)) { in relaxBranchInstructions()