Searched refs:runOnBlock (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 830 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI, 836 bool ExpandMemCmpPass::runOnBlock( in runOnBlock() function in __anona7c18f3c0111::ExpandMemCmpPass 863 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI)) { in runImpl()
|
D | LiveVariables.cpp | 564 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock() function in LiveVariables 647 runOnBlock(MBB, NumRegs); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
|