Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp98 bool isBlockInRange(const MachineInstr &MI, const MachineBasicBlock &BB) const;
285 bool BranchRelaxation::isBlockInRange( in isBlockInRange() function in BranchRelaxation
358 if (FBB && isBlockInRange(MI, *FBB)) { in fixupConditionalBranch()
543 if (!isBlockInRange(*Last, *DestBB)) { in relaxBranchInstructions()
567 if (!isBlockInRange(MI, *DestBB)) { in relaxBranchInstructions()