Searched refs:PredBlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp70 if (const CFGBlock *PredBlock = *I) {
71 unsigned blockID = PredBlock->getBlockID();
79 WorkList.push_back(PredBlock);
H A DThreadSafety.cpp1464 const CFGBlock *PredBlock, const CFGBlock *CurrBlock,
1471 const CFGBlock* PredBlock,
1580 const CFGBlock *PredBlock,
1596 for (CFGBlock::const_succ_iterator SI = PredBlock->succ_begin(),
1597 SE = PredBlock->succ_end(); SI != SE && i < 2; ++SI, ++i) {
1684 /// \brief Find the lockset that holds on the edge between PredBlock
1685 /// and CurrBlock. The edge set is the exit set of PredBlock (passed
1689 const CFGBlock *PredBlock,
1693 const Stmt *Cond = PredBlock->getTerminatorCondition();
1698 const CFGBlockInfo *PredBlockInfo = &BlockInfo[PredBlock
1578 getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp, const NamedDecl *D, const CFGBlock *PredBlock, const CFGBlock *CurrBlock, Expr *BrE, bool Neg) argument
1687 getEdgeLockset(FactSet& Result, const FactSet &ExitSet, const CFGBlock *PredBlock, const CFGBlock *CurrBlock) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2056 BasicBlock *PredBlock = *PI; local
2057 BranchInst *PBI = dyn_cast<BranchInst>(PredBlock->getTerminator());
2156 PredBlock->getInstList().insert(PBI, NewBonus);
2165 PredBlock->getInstList().insert(PBI, New);
2195 AddPredecessorToBlock(TrueDest, PredBlock, BB);
2209 AddPredecessorToBlock(FalseDest, PredBlock, BB);
2273 // TODO: If BB is reachable from all paths through PredBlock, then we
2276 // Copy any debug value intrinsics into the end of PredBlock.

Completed in 62 milliseconds