Searched refs:runOnBlock (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp44 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
450 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
484 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
561 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
H A DUninitializedValues.cpp834 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function
946 bool changed = runOnBlock(block, cfg, ac, vals,
960 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp812 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI,
818 bool ExpandMemCmpPass::runOnBlock( function in class:__anon3459::ExpandMemCmpPass
845 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI)) {
H A DLiveVariables.cpp564 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { function in class:LiveVariables
647 runOnBlock(MBB, NumRegs);

Completed in 70 milliseconds