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

  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 78 /// enterBasicBlock - Start tracking liveness from the begin of the specific
80 void enterBasicBlock(MachineBasicBlock *mbb);
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 190 void enterBasicBlock(MachineBasicBlock*);
346 // enterBasicBlock - Set up LiveRegs by merging predecessor live-out values.
347 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) {
428 // Save live registers at end of MBB - used by enterBasicBlock().
752 enterBasicBlock(MBB);
766 enterBasicBlock(MBB);
RegisterScavenging.cpp 71 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) {
PrologEpilogInserter.cpp 751 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB);
844 RS->enterBasicBlock(BB);
    [all...]
TailDuplication.cpp 798 RS->enterBasicBlock(PredBB);
    [all...]
BranchFolding.cpp 388 RS->enterBasicBlock(CurMBB);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 127 RS.enterBasicBlock(MBB);
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 269 void enterBasicBlock(BasicBlock &BB) {}
397 void enterBasicBlock(BasicBlock &BB) {}
ThreadSafetyTIL.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 470 RS.enterBasicBlock(&MBB);
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 331 rs.enterBasicBlock(&MBB);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 814 milliseconds