Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp720 MachineFunction::iterator FallThru = in CorrectExtraCFGEdges() local
725 DestA = FallThru; in CorrectExtraCFGEdges()
726 DestB = FallThru; in CorrectExtraCFGEdges()
730 DestB = FallThru; in CorrectExtraCFGEdges()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1093 MachineFunction::iterator FallThru = std::next(getIterator()); in CorrectExtraCFGEdges() local
1097 DestA = &*FallThru; in CorrectExtraCFGEdges()
1098 DestB = &*FallThru; in CorrectExtraCFGEdges()
1102 DestB = &*FallThru; in CorrectExtraCFGEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1240 MachineBasicBlock *FallThru = getNextNode(); in CorrectExtraCFGEdges() local
1244 DestA = FallThru; in CorrectExtraCFGEdges()
1245 DestB = FallThru; in CorrectExtraCFGEdges()
1249 DestB = FallThru; in CorrectExtraCFGEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2856 bool FallThru = FBB == nullptr; in insertBranch() local
2888 if (!FallThru) { in insertBranch()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4236 bool FallThru = FBB == nullptr; in InsertBranch() local
4268 if (!FallThru) { in InsertBranch()