Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp111 struct BBInfo { struct in __anonc9f73b100111::IfConverter
112 bool IsDone : 1;
113 bool IsBeingAnalyzed : 1;
114 bool IsAnalyzed : 1;
115 bool IsEnqueued : 1;
116 bool IsBrAnalyzable : 1;
117 bool HasFallThrough : 1;
118 bool IsUnpredicable : 1;
119 bool CannotBeCopied : 1;
120 bool ClobbersPred : 1;
[all …]
DMachineVerifier.cpp98 struct BBInfo { struct
100 bool reachable;
104 RegMap vregsLiveIn;
108 RegSet regsKilled;
112 RegSet regsLiveOut;
116 RegSet vregsPassed;
120 RegSet vregsRequired;
123 BlockSet Preds, Succs;
125 BBInfo() : reachable(false) {} in BBInfo() argument
129 bool addPassed(unsigned Reg) { in addPassed()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp135 struct BBInfo { struct in __anonf7b0f2720111::IfConverter
136 bool IsDone : 1;
137 bool IsBeingAnalyzed : 1;
138 bool IsAnalyzed : 1;
139 bool IsEnqueued : 1;
140 bool IsBrAnalyzable : 1;
141 bool IsBrReversible : 1;
142 bool HasFallThrough : 1;
143 bool IsUnpredicable : 1;
144 bool CannotBeCopied : 1;
[all …]
DMachineVerifier.cpp131 struct BBInfo { struct
133 bool reachable = false;
137 RegMap vregsLiveIn;
141 RegSet regsKilled;
145 RegSet regsLiveOut;
149 RegSet vregsPassed;
153 RegSet vregsRequired;
156 BlockSet Preds, Succs;
162 bool addPassed(unsigned Reg) { in addPassed()
171 bool addPassed(const RegSet &RS) { in addPassed()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp235 for (auto &BBInfo : BlockInfo) in initialize() local
241 for (auto &BBInfo : BlockInfo) in initialize() local
321 for (auto &BBInfo : BlockInfo) in initialize() local
392 auto &BBInfo = *Info.Block; in markLive() local
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp223 struct BBInfo { struct
224 BBInfo *Group;
225 uint32_t Index;
226 uint32_t Rank;
228 BBInfo(unsigned IX) : Group(this), Index(IX), Rank(0) {} in BBInfo() function
231 const std::string infoString() const { in infoString()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h62 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local
157 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp304 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in verify() local
693 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in initializeFunctionInfo() local
974 SmallVectorImpl<BasicBlockInfo> &BBInfo = BBUtils->getBBInfo(); in getUserOffset() local
1023 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in isWaterInRange() local
1216 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in findAvailableWater() local
1273 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in createNewWater() local
1562 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in removeDeadCPEMI() local
1633 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in fixupUnconditionalBr() local
1884 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2Branches() local
2180 BBInfoVector &BBInfo = BBUtils->getBBInfo(); in optimizeThumb2JumpTables() local
DARMBasicBlockInfo.h115 SmallVector<BasicBlockInfo, 8> BBInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp500 struct BBInfo { struct
501 BBInfo *Group;
502 uint32_t Index;
503 uint32_t Rank = 0;
505 BBInfo(unsigned IX) : Group(this), Index(IX) {} in BBInfo() function
508 const std::string infoString() const { in infoString()
513 void addOutEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addOutEdge()
516 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge()
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp183 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp194 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp183 for (const auto &BBInfo : BInfo.second) { in runOnModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h57 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h485 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h227 auto &BBInfo = NodeToInfo[BB]; in runDFS() local
360 auto &BBInfo = NodeToInfo[nullptr]; in addVirtualRoot() local
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp231 std::vector<BasicBlockInfo> BBInfo; member in __anon2b29ea0a0111::MipsConstantIslands
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp228 std::vector<BasicBlockInfo> BBInfo; member in __anonf96fe4ec0111::MipsConstantIslands
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp420 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp436 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp159 std::vector<BasicBlockInfo> BBInfo; member in __anon3a9945580111::ARMConstantIslands