Home
last modified time | relevance | path

Searched refs:runOnBlock (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineDataCopyGeneration.cpp67 LogicalResult runOnBlock(Block *block, DenseSet<Operation *> &copyNests);
96 AffineDataCopyGeneration::runOnBlock(Block *block, in runOnBlock() function in AffineDataCopyGeneration
158 runOnBlock(forOp.getBody(), copyNests); in runOnBlock()
210 runOnBlock(&block, copyNests); in runOnFunction()
/external/clang/lib/Analysis/
DLiveVariables.cpp98 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
441 LiveVariablesImpl::runOnBlock(const CFGBlock *block, in runOnBlock() function in LiveVariablesImpl
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
555 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val); in computeLiveness()
DUninitializedValues.cpp801 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() function
904 bool changed = runOnBlock(block, cfg, ac, vals, in runUninitializedVariablesAnalysis()
919 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
/external/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp44 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
452 LiveVariablesImpl::runOnBlock(const CFGBlock *block, in runOnBlock() function in LiveVariablesImpl
486 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
563 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val); in computeLiveness()
DUninitializedValues.cpp834 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() function
946 bool changed = runOnBlock(block, cfg, ac, vals, in runUninitializedVariablesAnalysis()
960 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveVariables.h179 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h181 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp812 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI,
818 bool ExpandMemCmpPass::runOnBlock( in runOnBlock() function in __anona8e9d5ca0111::ExpandMemCmpPass
845 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI)) { in runImpl()
DLiveVariables.cpp564 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock() function in LiveVariables
647 runOnBlock(MBB, NumRegs); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp830 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI,
836 bool ExpandMemCmpPass::runOnBlock( in runOnBlock() function in __anon68190b3e0111::ExpandMemCmpPass
863 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI)) { in runImpl()
DLiveVariables.cpp564 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock() function in LiveVariables
647 runOnBlock(MBB, NumRegs); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp566 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { in runOnBlock() function in LiveVariables
649 runOnBlock(MBB, NumRegs); in runOnMachineFunction()