Home
last modified time | relevance | path

Searched defs:SplitBefore (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h77 inline std::pair<std::string, std::string> SplitBefore(std::string X, in SplitBefore() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp109 MachineInstr *SplitBefore; member
643 MachineInstr *SplitBefore = &*Def2It; in splitBlockOnBinaryCROp() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1376 SplitBlockAndInsertIfThenImpl(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenImpl()
1445 Instruction *SplitBefore, in SplitBlockAndInsertIfThen()
1455 Instruction *SplitBefore, in SplitBlockAndInsertIfThen()
1465 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1485 unsigned SplitBefore = 0, SplitAfter = 1; in tryLocalSplit() local