Home
last modified time | relevance | path

Searched refs:InnerEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp369 for (auto &InnerEntry : Worklist) { in EmitArgRegisterLists() local
370 const std::string &InnerCCName = InnerEntry.first; in EmitArgRegisterLists()
371 std::set<std::string> &InnerRegisters = InnerEntry.second; in EmitArgRegisterLists()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2619 MachineBasicBlock *InnerEntry = InnerLRegion->getEntry(); in structurizeComplexRegion() local
2620 if ((&(*(InnerEntry->getParent()->begin()))) == InnerEntry) { in structurizeComplexRegion()
2626 resolvePHIInfos(InnerEntry); in structurizeComplexRegion()