Searched refs:PredState (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 263 TypeErasedDataflowAnalysisState PredState = *MaybePredState; in computeBlockInputState() local 268 TerminatorVisitor(StmtToEnv, PredState.Env, in computeBlockInputState() 274 Analysis.transferBranchTypeErased(CondValue, Cond, PredState.Lattice, in computeBlockInputState() 275 PredState.Env); in computeBlockInputState() 280 Analysis.joinTypeErased(MaybeState->Lattice, PredState.Lattice); in computeBlockInputState() 281 MaybeState->Env.join(PredState.Env, Analysis); in computeBlockInputState() 283 MaybeState = std::move(PredState); in computeBlockInputState()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 565 int PredState = PredEndState->second; in getPredState() local 566 assert(PredState != OverdefinedState && in getPredState() 569 CommonState = PredState; in getPredState() 573 if (CommonState != PredState) in getPredState() 699 int PredState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local 700 if (PredState == OverdefinedState) in addStateStores() 705 InitialStates.insert({BB, PredState}); in addStateStores() 706 FinalStates.insert({BB, PredState}); in addStateStores()
|
| H A D | X86SpeculativeLoadHardening.cpp | 151 struct PredState { struct in __anon1358490d0111::X86SpeculativeLoadHardeningPass 158 PredState(MachineFunction &MF, const TargetRegisterClass *RC) in PredState() function 167 std::optional<PredState> PS;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 659 unsigned PredState = getRegState(PredOp) & ~RegState::Kill; in genCondTfrFor() local 668 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor() 673 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor()
|