HomeSort by relevance Sort by last modified time
    Searched refs:runOnBlock (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/Analysis/
LiveVariables.cpp 98 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val,
441 LiveVariablesImpl::runOnBlock(const CFGBlock *block,
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
555 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
UninitializedValues.cpp 801 static bool runOnBlock(const CFGBlock *block, const CFG &cfg,
904 bool changed = runOnBlock(block, cfg, ac, vals,
919 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 181 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 180 void runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 566 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, const unsigned NumRegs) {
649 runOnBlock(MBB, NumRegs);

Completed in 425 milliseconds