Home
last modified time | relevance | path

Searched refs:SplitBlockAndInsertIfThenElse (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h270 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h326 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h349 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp238 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateCancel()
362 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateParallel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp274 SplitBlockAndInsertIfThenElse(Cond, CS.getInstruction(), &ThenTerm, &ElseTerm, in versionCallSite()
DLowerMemIntrinsics.cpp306 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
DBasicBlockUtils.cpp977 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp147 SplitBlockAndInsertIfThenElse(PtrCompare, ConvertedInst, &ThenTerm, in convertMemMoveToLoop()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp342 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights); in versionCallSite()
DLowerMemIntrinsics.cpp311 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
DBasicBlockUtils.cpp1033 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp334 SplitBlockAndInsertIfThenElse(PtrCmp, Inst, &ThenTerm, &ElseTerm, in createIfThenElse()
DAddressSanitizer.cpp2213 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in poisonStack()
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp354 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
659 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
960 SplitBlockAndInsertIfThenElse(Cmp, CodeGenIP.getBlock()->getTerminator(), in TEST_F()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp657 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp359 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()
490 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3203 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3336 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()