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

  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 55 BasicBlock *StartBB, Instruction *StartInst,
DependencyAnalysis.cpp 200 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
207 BasicBlock *StartBB, Instruction *StartInst,
214 Worklist.push_back(std::make_pair(StartBB, StartPos));
245 // Determine whether the original StartBB post-dominates all of the blocks we
251 if (BB == StartBB)
256 if (Succ != StartBB && !Visited.count(Succ)) {
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 598 llvm::BasicBlock *StartBB;
602 : StartBB(CGF.Builder.GetInsertBlock()) {}
619 return StartBB;
    [all...]

Completed in 467 milliseconds