Searched refs:InvokeBBs (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp5711 SmallPtrSet<MachineBasicBlock*, 64> InvokeBBs; local
5718 InvokeBBs.insert((*II)->pred_begin(), (*II)->pred_end());
5900 I = InvokeBBs.begin(), E = InvokeBBs.end(); I != E; ++I) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7441 SmallPtrSet<MachineBasicBlock*, 32> InvokeBBs; local
7448 InvokeBBs.insert((*II)->pred_begin(), (*II)->pred_end());
7723 for (MachineBasicBlock *BB : InvokeBBs) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24030 SmallPtrSet<MachineBasicBlock *, 32> InvokeBBs; local
24036 InvokeBBs.insert(LP->pred_begin(), LP->pred_end());
24122 for (MachineBasicBlock *MBB : InvokeBBs) {
[all...]

Completed in 359 milliseconds