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

  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 36 : StartBB(BB), Type(Type), EHState(-1), HandlerBlockOrFunc(nullptr) {}
39 BasicBlock *getStartBlock() const { return StartBB; }
50 BasicBlock *StartBB;
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 218 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
225 BasicBlock *StartBB, Instruction *StartInst,
232 Worklist.push_back(std::make_pair(StartBB, StartPos));
263 // Determine whether the original StartBB post-dominates all of the blocks we
267 if (BB == StartBB)
272 if (Succ != StartBB && !Visited.count(Succ)) {
DependencyAnalysis.h 55 BasicBlock *StartBB, Instruction *StartInst,
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 94 LandingPadInst *LPad, BasicBlock *StartBB,
101 void findCleanupHandlers(LandingPadActions &Actions, BasicBlock *StartBB,
104 void processSEHCatchHandler(CatchHandler *Handler, BasicBlock *StartBB);
410 BasicBlock *StartBB = Action->getStartBlock();
417 processSEHCatchHandler(CatchAction, StartBB);
422 outlineHandler(Action, &F, LPad, StartBB, FrameVarInfo);
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 654 llvm::BasicBlock *StartBB;
658 : StartBB(CGF.Builder.GetInsertBlock()) {}
675 return StartBB;
    [all...]

Completed in 225 milliseconds