Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp648 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned()
658 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned()
660 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned()
701 bool &CanOutlineWithPrevInstr, std::vector<unsigned> &UnsignedVecForMBB, in mapToIllegalUnsigned()
704 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned()
763 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local
774 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, in convertToUnsignedVec()
779 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
784 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
788 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
[all …]