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 199 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
206 BasicBlock *StartBB, Instruction *StartInst,
213 Worklist.push_back(std::make_pair(StartBB, StartPos));
244 // Determine whether the original StartBB post-dominates all of the blocks we
250 if (BB == StartBB)
255 if (Succ != StartBB && !Visited.count(Succ)) {
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 216 milliseconds