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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp527 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
551 if (NeedSplit) {
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1438 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
1462 if (NeedSplit) {
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1591 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
1616 if (NeedSplit) {
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16532 bool NeedSplit = false;
16539 NeedSplit = true;
16597 return std::make_pair(Opc, NeedSplit);
16959 bool NeedSplit = ret.second; local
16961 if (Opc && NeedSplit) {

Completed in 132 milliseconds