Home
last modified time | relevance | path

Searched refs:AllUsesDominatedByBlock (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSink.cpp56 bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB) const;
71 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst, in AllUsesDominatedByBlock() function in Sinking
217 if (AllUsesDominatedByBlock(Inst, *SI)) { in SinkInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp90 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
142 MachineSinking::AllUsesDominatedByBlock(unsigned Reg, in AllUsesDominatedByBlock() function in MachineSinking
491 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, ParentBlock, in SinkInstruction()
503 if (AllUsesDominatedByBlock(Reg, *SI, ParentBlock, in SinkInstruction()
/external/llvm/lib/CodeGen/
DMachineSink.cpp129 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
196 MachineSinking::AllUsesDominatedByBlock(unsigned Reg, in AllUsesDominatedByBlock() function in MachineSinking
627 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB, in FindSuccToSinkTo()
641 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB, in FindSuccToSinkTo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSink.cpp37 static bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB, in AllUsesDominatedByBlock() function
134 return AllUsesDominatedByBlock(Inst, SuccToSinkTo, DT); in IsAcceptableTarget()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp37 static bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB, in AllUsesDominatedByBlock() function
134 return AllUsesDominatedByBlock(Inst, SuccToSinkTo, DT); in IsAcceptableTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp161 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
232 MachineSinking::AllUsesDominatedByBlock(unsigned Reg, in AllUsesDominatedByBlock() function in MachineSinking
667 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB, in FindSuccToSinkTo()
681 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB, in FindSuccToSinkTo()