Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp299 new llvm::StoreInst(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
309 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
369 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
817 new llvm::StoreInst(Builder.getInt32(Fixup.DestinationIndex), in PopCleanupBlock()
949 Fixup.DestinationIndex = Dest.getDestIndex(); in EmitBranchThroughCleanup()
DEHScopeStack.h50 unsigned DestinationIndex; member