Searched refs:TargetBlock (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp108 unsigned TargetBlock; member in struct:__anon3022::TerminatorInfo
114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0),
252 Terminator.TargetBlock =
310 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h220 const CFGBlock *TargetBlock);
H A DThreadSafetyTIL.h1386 : Terminator(COP_Goto), TargetBlock(B), Index(I) {}
1388 : Terminator(COP_Goto), TargetBlock(B), Index(I) {}
1390 const BasicBlock *targetBlock() const { return TargetBlock; }
1391 BasicBlock *targetBlock() { return TargetBlock; }
1398 return TargetBlock;
1403 BasicBlock *Ntb = Vs.reduceBasicBlockRef(TargetBlock);
1414 BasicBlock *TargetBlock; member in class:clang::threadSafety::Goto
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1027 const CFGBlock *TargetBlock) {
1030 assert(TargetBlock && "TargetBlock pointer must not be NULL");
1033 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(),
1034 PE = TargetBlock->pred_end(); PI != PE; ++PI) {
1026 allBackEdgesVisited(const CFGBlock *CurrBlock, const CFGBlock *TargetBlock) argument

Completed in 111 milliseconds