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

/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp370 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
404 if (NeedSplit) {
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1614 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
1643 if (NeedSplit) {
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1591 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); local
1616 if (NeedSplit) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19096 bool NeedSplit = false;
19103 NeedSplit = true;
19161 return std::make_pair(Opc, NeedSplit);
19574 bool NeedSplit = ret.second;
19576 if (Opc && NeedSplit) {

Completed in 188 milliseconds