Home
last modified time | relevance | path

Searched defs:BBInfo (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp109 struct BBInfo { struct in __anon567aac9c0111::IfConverter
110 bool IsDone : 1;
111 bool IsBeingAnalyzed : 1;
112 bool IsAnalyzed : 1;
113 bool IsEnqueued : 1;
114 bool IsBrAnalyzable : 1;
115 bool HasFallThrough : 1;
116 bool IsUnpredicable : 1;
117 bool CannotBeCopied : 1;
118 bool ClobbersPred : 1;
[all …]
H A DMachineVerifier.cpp101 struct BBInfo { struct
103 bool reachable;
107 RegMap vregsLiveIn;
111 RegSet regsKilled;
115 RegSet regsLiveOut;
119 RegSet vregsPassed;
123 RegSet vregsRequired;
126 BlockSet Preds, Succs;
128 BBInfo() : reachable(false) {} in BBInfo() function
132 bool addPassed(unsigned Reg) { in addPassed()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local
158 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp179 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h56 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h475 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp241 std::vector<BasicBlockInfo> BBInfo; member in __anonb36f20960111::MipsConstantIslands
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp159 std::vector<BasicBlockInfo> BBInfo; member in __anonfec768e40111::ARMConstantIslands