Searched defs:PredBlock (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1415 const CFGBlock *PredBlock, const CFGBlock *CurrBlock,
1422 const CFGBlock* PredBlock,
1529 const CFGBlock *PredBlock,
1545 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(),
1546 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) {
1626 /// \brief Find the lockset that holds on the edge between PredBlock
1627 /// and CurrBlock. The edge set is the exit set of PredBlock (passed
1631 const CFGBlock *PredBlock,
1635 if (!PredBlock->getTerminatorCondition())
1639 const Stmt *Cond = PredBlock
1527 getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp, const NamedDecl *D, const CFGBlock *PredBlock, const CFGBlock *CurrBlock, Expr *BrE, bool Neg) argument
1629 getEdgeLockset(FactSet& Result, const FactSet &ExitSet, const CFGBlock *PredBlock, const CFGBlock *CurrBlock) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1812 BasicBlock *PredBlock = *PI; local
1813 BranchInst *PBI = dyn_cast<BranchInst>(PredBlock->getTerminator());
1907 PredBlock->getInstList().insert(PBI, NewBonus);
1916 PredBlock->getInstList().insert(PBI, New);
1927 AddPredecessorToBlock(TrueDest, PredBlock, BB);
1931 AddPredecessorToBlock(FalseDest, PredBlock, BB);
1985 // TODO: If BB is reachable from all paths through PredBlock, then we
1988 // Merge probability data into PredBlock's branch.
2072 // Copy any debug value intrinsics into the end of PredBlock.

Completed in 2895 milliseconds