| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXInstrInfo.h | 56 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| NVPTXInstrInfo.cpp | 72 /// analyzeBranch - Analyze the branching code at the end of MBB, returning 95 bool NVPTXInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BPFInstrInfo.h | 48 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| MSP430InstrInfo.h | 59 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyInstrInfo.h | 56 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| WebAssemblyFixBrTableDefaults.cpp | 99 bool Analyzed = !TII.analyzeBranch(*HeaderMBB, TBB, FBB, Cond);
|
| WebAssemblyInstrInfo.cpp | 104 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB, 111 // fallthrough (e.g. try/catch), which can't be modeled by analyzeBranch. It
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| XCoreInstrInfo.h | 52 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| MipsInstrInfo.h | 63 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, 79 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCInstrInfo.h | 53 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| SparcInstrInfo.h | 67 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| VEInstrInfo.h | 65 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| AVRInstrInfo.h | 92 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64A53Fix835769.cpp | 144 if (S == PrevBB && !TII->analyzeBranch(*PrevBB, TBB, FBB, Cond) && !TBB &&
|
| AArch64ConditionOptimizer.cpp | 301 // Parse a condition code returned by analyzeBranch, and compute the CondCode 350 if (TII->analyzeBranch(*HBB, TBB, FBB, HeadCond)) { 361 if (TII->analyzeBranch(*TBB, TBB_TBB, TBB_FBB, TrueCond)) {
|
| AArch64ConditionalCompares.cpp | 160 /// The branch condition in Head as determined by analyzeBranch. 270 // Parse a condition code returned by analyzeBranch, and compute the CondCode 502 if (TII->analyzeBranch(*Head, TBB, FBB, HeadCond)) { 512 dbgs() << "analyzeBranch didn't find conditional branch in Head.\n"); 531 if (TII->analyzeBranch(*CmpBB, TBB, FBB, CmpBBCond)) { 539 dbgs() << "analyzeBranch didn't find conditional branch in CmpBB.\n");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonBranchRelaxation.cpp | 165 if (HII->analyzeBranch(B, TBB, FBB, Cond, false)) {
|
| HexagonHardwareLoops.cpp | 458 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); 619 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); 631 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); 643 // Branches of form "if (!P) ..." cause HexagonInstrInfo::analyzeBranch 1227 if (TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false)) 1464 if (TII->analyzeBranch(*MI->getParent(), TBB, FBB, Cond, false)) 1658 // analyzeBranch returns true if it fails to analyze branch. 1659 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); 1666 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false); 1694 // HexagonInstrInfo::analyzeBranch for negated branches inserts imm(0 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| LanaiInstrInfo.h | 87 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TrueBlock,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| RISCVInstrInfo.h | 61 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| BranchFolding.cpp | 460 if (I != MF->end() && !TII->analyzeBranch(*CurMBB, TBB, FBB, Cond, true)) { 1096 if (!TII->analyzeBranch(*PBB, TBB, FBB, Cond, true)) { 1345 TII->analyzeBranch(*MBB, CurTBB, CurFBB, CurCond, true); 1387 TII->analyzeBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, true); 1409 // analyzeBranch. 1530 !TII->analyzeBranch(*Pred, PredTBB, PredFBB, PredCond, true); 1538 // TODO: It would be nice if analyzeBranch() could provide a pointer 1636 bool NewCurUnAnalyzable = TII->analyzeBranch( 1675 // throughs, and analyzeBranch thinks it _could_ fallthrough to this 1682 !TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true) & [all...] |
| TailDuplicator.cpp | 582 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) && 708 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond)) 734 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond)) 798 // EH edges are ignored by analyzeBranch. 804 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond)) 920 // analyzeBranch. 924 !TII->analyzeBranch(*PrevBB, PriorTBB, PriorFBB, PriorCond) &&
|
| MachineLoopUtils.cpp | 121 bool CanAnalyzeBr = !TII->analyzeBranch(*Loop, TBB, FBB, Cond);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600InstrInfo.h | 167 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZInstrInfo.h | 226 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|