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/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-16.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h471 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp338 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights); in versionCallSite()
DLowerMemIntrinsics.cpp402 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
DBasicBlockUtils.cpp1563 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/lib/Transforms/Utils/
DBasicBlockUtils.cpp657 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp737 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()
1495 SplitBlockAndInsertIfThenElse(IfCondition, IfTerminator, &ThenTI, in createTask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3203 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3366 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1564 SplitBlockAndInsertIfThenElse(SI.getCondition(), &I, &ThenTerm, &ElseTerm, in rewriteMemOpOfSelect()