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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp98 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
441 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
555 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
H A DUninitializedValues.cpp801 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function
904 bool changed = runOnBlock(block, cfg, ac, vals,
919 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h181 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp563 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { function in class:LiveVariables
648 runOnBlock(MBB, NumRegs);

Completed in 110 milliseconds