Home
last modified time | relevance | path

Searched defs:DelayedBasicBlock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp37 struct DelayedBasicBlock { struct
38 BasicBlock *OldBB;
39 std::unique_ptr<BasicBlock> TempBB;
42 DelayedBasicBlock(DelayedBasicBlock &&X) in DelayedBasicBlock() function
44 DelayedBasicBlock &operator=(DelayedBasicBlock &&X) { in operator =()
50 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp57 struct DelayedBasicBlock { struct
58 BasicBlock *OldBB;
59 std::unique_ptr<BasicBlock> TempBB;
61 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp56 struct DelayedBasicBlock { struct
57 BasicBlock *OldBB;
58 std::unique_ptr<BasicBlock> TempBB;
60 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() argument