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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp325 /// and (if isCond is true) the corresponding unconditional branch
330 bool isCond : 1; member in struct:__anon26048::MipsConstantIslands::ImmBranch
333 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
685 bool isCond = false; local
695 isCond = false;
700 isCond = false;
706 isCond = true;
712 isCond = true;
718 isCond = true;
724 isCond
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp232 /// and (if isCond is true) the corresponding unconditional branch
237 bool isCond : 1; member in struct:__anon25967::ARMConstantIslands::ImmBranch
240 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
670 bool isCond = false; local
681 isCond = true;
689 isCond = true;
699 isCond = true;
712 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
1538 if (!Br.isCond)
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1050 bool isCond) {
1057 // 2. If DestA is set, DestB is null, and isCond is false, then the block ends
1059 // 3. If DestA is set, DestB is null, and isCond is true, then the block ends
1061 // 4. If DestA and DestB is set and isCond is true, then the block ends with a
1075 if (isCond)
1079 assert(DestA && DestB && isCond &&
1048 CorrectExtraCFGEdges(MachineBasicBlock *DestA, MachineBasicBlock *DestB, bool isCond) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h602 bool isCond);

Completed in 190 milliseconds