Searched refs:runOnBlock (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 98 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 D | UninitializedValues.cpp | 801 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);
|
/external/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 181 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
|
/external/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 563 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { function in class:LiveVariables 648 runOnBlock(MBB, NumRegs);
|
Completed in 450 milliseconds