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

/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp45 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
479 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
569 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
H A DUninitializedValues.cpp839 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function
951 bool changed = runOnBlock(block, cfg, ac, vals,
965 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp849 bool runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI,
855 bool ExpandMemCmpPass::runOnBlock(BasicBlock &BB, const TargetLibraryInfo *TLI, function in class:__anon2068::ExpandMemCmpPass
888 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI, DTU ? &*DTU : nullptr)) {
H A DLiveVariables.cpp558 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) { function in class:LiveVariables
638 runOnBlock(MBB, NumRegs);

Completed in 134 milliseconds