Searched refs:runOnBlock (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 45 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val, 479 LiveVariablesImpl::runOnBlock(const CFGBlock *block, in runOnBlock() function in LiveVariablesImpl 513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks() 569 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val); in computeLiveness()
|
H A D | UninitializedValues.cpp | 836 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() function 948 bool changed = runOnBlock(block, cfg, ac, vals, in runUninitializedVariablesAnalysis() 962 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler); in runUninitializedVariablesAnalysis()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 181 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 891 static bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI, 946 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI, in runOnBlock() function 976 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI, DTU ? &*DTU : nullptr)) { in runImpl()
|
H A D | LiveVariables.cpp | 575 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs) { in runOnBlock() function in LiveVariables 654 runOnBlock(MBB, NumRegs); in analyze()
|